Html Css Color HEX #F91D78 Deep Pink

📋 copy color: '#F91D78'

red 249 ◦ green 29 ◦ blue 120

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

Shades of Deep Pink #F91D78

Tints of Deep Pink #F91D78

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.29%

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 62.56%
G = 7.29%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F91D78 (or 0xF91D78) is known color: Deep Pink. HEX triplet: F9, 1D and 78. RGB value is (249,29,120). Sum of RGB (Red+Green+Blue) = 249+29+120=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D78 is #06E287. Grayscale: #696969. Windows color (decimal): -451208 or 7871993. OLE color: 7871993.

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

Color convert

RGB 249 29 120 -
CMYK 0 0.88 0.52 0.02
HSL 335.18º 0.95% 0.55% -
HSV(B) 335.18º 0.88% 0.98% -
XYZ 42.9 22.37 19.83 -
YUV 105.15 136.39 230.6 -
System Red Green Blue C M Y K H S L
Decimal 249 29 120 0 0.88 0.52 0.02 335.18 0.95 0.55
Hex F9 1D 78 0 58 34 2 14F 5F 37
Octal 371 35 170 0 130 64 2 517 137 67
Binary 11111001 11101 1111000 0 1011000 110100 10 101001111 1011111 110111

Color Harmonies of #F91D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D78

Black with #F91D78

Text Example


Text Example

White with #F91D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D78; }

 p { color: rgb(249,29,120); }

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

background-color css

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

 a { background-color: rgb(249,29,120); }

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

border-color css

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

 span { border-color: rgb(249,29,120); }

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