Html Css Color HEX #F91387 Deep Pink

📋 copy color: '#F91387'

red 249 ◦ green 19 ◦ blue 135

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

Shades of Deep Pink #F91387

Tints of Deep Pink #F91387

RGB

 RED value IS 249 (97.66% from 255) = 61.79%

 GREEN value IS 19 (7.81% from 255) = 4.71%

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

R = 61.79%
G = 4.71%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F91387 (or 0xF91387) is known color: Deep Pink. HEX triplet: F9, 13 and 87. RGB value is (249,19,135). Sum of RGB (Red+Green+Blue) = 249+19+135=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F91387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91387 is #06EC78. Grayscale: #646464. Windows color (decimal): -453753 or 8852473. OLE color: 8852473.

HSL color Cylindrical-coordinate representation of color #F91387: hue angle of 329.74º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91387 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 19 135 -
CMYK 0 0.92 0.46 0.02
HSL 329.74º 0.95% 0.53% -
HSV(B) 329.74º 0.92% 0.98% -
XYZ 43.67 22.35 24.93 -
YUV 100.99 147.2 233.57 -
System Red Green Blue C M Y K H S L
Decimal 249 19 135 0 0.92 0.46 0.02 329.74 0.95 0.53
Hex F9 13 87 0 5C 2E 2 14A 5F 35
Octal 371 23 207 0 134 56 2 512 137 65
Binary 11111001 10011 10000111 0 1011100 101110 10 101001010 1011111 110101

Color Harmonies of #F91387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91387

Black with #F91387

Text Example


Text Example

White with #F91387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91387; }

 p { color: rgb(249,19,135); }

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

background-color css

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

 a { background-color: rgb(249,19,135); }

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

border-color css

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

 span { border-color: rgb(249,19,135); }

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