Html Css Color HEX #F11987 Deep Pink

📋 copy color: '#F11987'

red 241 ◦ green 25 ◦ blue 135

#F11987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F11987

Tints of Deep Pink #F11987

RGB

 RED value IS 241 (94.53% from 255) = 60.1%

 GREEN value IS 25 (10.16% from 255) = 6.23%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 60.1%
G = 6.23%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F11987 (or 0xF11987) is known color: Deep Pink. HEX triplet: F1, 19 and 87. RGB value is (241,25,135). Sum of RGB (Red+Green+Blue) = 241+25+135=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F11987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11987 is #0EE678. Grayscale: #656565. Windows color (decimal): -976505 or 8854001. OLE color: 8854001.

HSL color Cylindrical-coordinate representation of color #F11987: hue angle of 329.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11987 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 135 -
CMYK 0 0.90 0.44 0.05
HSL 329.44º 0.89% 0.52% -
HSV(B) 329.44º 0.9% 0.95% -
XYZ 41 21.15 24.84 -
YUV 102.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 241 25 135 0 0.90 0.44 0.05 329.44 0.89 0.52
Hex F1 19 87 0 5A 2C 5 149 59 34
Octal 361 31 207 0 132 54 5 511 131 64
Binary 11110001 11001 10000111 0 1011010 101100 101 101001001 1011001 110100

Color Harmonies of #F11987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11987

Black with #F11987

Text Example


Text Example

White with #F11987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11987; }

 p { color: rgb(241,25,135); }

 H1.HeaderClassName
 {
   color: #F11987;
 }
 .AnyTagClassName
 {
   color: #F11987;
 }
</style>

background-color css

<style>
 a { background-color: #F11987; }

 a { background-color: rgb(241,25,135); }

 div.DivClassName
 {
   background-color: #F11987;
 }
 .BgClassName
 {
   background-color: #F11987;
 }
</style>

border-color css

<style>
 span { border-color: #F11987; }

 span { border-color: rgb(241,25,135); }

 td.TdClassName
 {
   border-color: #F11987;
 }
 .TagClassName
 {
   border-color: #F11987;
 }
</style>