Html Css Color HEX #F91879 Deep Pink

📋 copy color: '#F91879'

red 249 ◦ green 24 ◦ blue 121

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

Shades of Deep Pink #F91879

Tints of Deep Pink #F91879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 121 (47.66% from 255) = 30.71%

R = 63.2%
G = 6.09%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F91879 (or 0xF91879) is known color: Deep Pink. HEX triplet: F9, 18 and 79. RGB value is (249,24,121). Sum of RGB (Red+Green+Blue) = 249+24+121=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F91879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91879 is #06E786. Grayscale: #666666. Windows color (decimal): -452487 or 7936249. OLE color: 7936249.

HSL color Cylindrical-coordinate representation of color #F91879: hue angle of 334.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91879 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 121 -
CMYK 0 0.90 0.51 0.02
HSL 334.13º 0.95% 0.54% -
HSV(B) 334.13º 0.9% 0.98% -
XYZ 42.84 22.17 20.11 -
YUV 102.33 138.54 232.61 -
System Red Green Blue C M Y K H S L
Decimal 249 24 121 0 0.90 0.51 0.02 334.13 0.95 0.54
Hex F9 18 79 0 5A 33 2 14E 5F 36
Octal 371 30 171 0 132 63 2 516 137 66
Binary 11111001 11000 1111001 0 1011010 110011 10 101001110 1011111 110110

Color Harmonies of #F91879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91879

Black with #F91879

Text Example


Text Example

White with #F91879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91879; }

 p { color: rgb(249,24,121); }

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

background-color css

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

 a { background-color: rgb(249,24,121); }

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

border-color css

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

 span { border-color: rgb(249,24,121); }

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