Color Hex Logo

#f3249d Color Hex

#F3249D
(243,36,157)
0 Favorites   0 Comments

Color spaces of #f3249d

RGB 24336157
HSL0.900.900.55
HSV325°85°95°
CMYK 0.000.850.35   0.05
XYZ43.678822.750833.9875
Yxy22.75080.43500.2266
Hunter Lab47.697879.9885-8.8592
CIE-Lab54.814780.6102-13.5754

#f3249d color RGB value is (243,36,157).

#f3249d hex color red value is 243, green value is 36 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f3249d hue: 0.90 , saturation: 0.90 and the lightness value of f3249d is 0.55.

The process color (four color CMYK) of #f3249d color hex is 0.00, 0.85, 0.35, 0.05. Web safe color of #f3249d is #ff3399. Color #f3249d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00100100 10011101
Octal 363 44 235
Decimal 243 36 157
Hex F3 24 9D

RGB Percentages of Color #f3249d

%55.73
%8.26
%36.01

CMYK Percentages of Color #f3249d

%0
%85
%35
%5

Triadic Colors of #f3249d

#f3249d #9df324 #249df3

Analogous Colors of #f3249d

#f3249d #f32435 #e224f3

Monochromatic Colors of #f3249d

#f3249d

Complementary Color

#f3249d #24f37a

#f3249d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3249d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3249d Color CSS Codes

.mybgcolor {background-color:#f3249d; } 
.myforecolor {color:#f3249d; }
.mybordercolor {border:3px solid #f3249d; }

#f3249d Text Font Color

<p style="color:#f3249d">Text here</p>

This sample text font color is #f3249d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f3249d Background Color

<div style="background-color:#f3249d">
Div content here</div>

This div background color is #f3249d


#f3249d Border Color

<div style="border:3px solid #f3249d">
Div here</div>

This div border color is #f3249d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,36,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3249d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3249d;
  -webkit-box-shadow: 1px 1px 3px 2px #f3249d;
  box-shadow:         1px 1px 3px 2px #f3249d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,36,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f3249d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f3249d;
  -webkit-box-shadow: 1px 1px 3px 2px #f3249d;
  box-shadow:         1px 1px 3px 2px #f3249d;">
Div content here</div>

This div box has shadow with color #f3249d


Comments

No comments written yet.

Please login to write comment.