Html Css Color HEX #F91D77 Deep Pink

📋 copy color: '#F91D77'

red 249 ◦ green 29 ◦ blue 119

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

Shades of Deep Pink #F91D77

Tints of Deep Pink #F91D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 62.72%
G = 7.3%
B = 29.97%

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

#F91D77 (or 0xF91D77) is known color: Deep Pink. HEX triplet: F9, 1D and 77. RGB value is (249,29,119). Sum of RGB (Red+Green+Blue) = 249+29+119=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D77 is #06E288. Grayscale: #686868. Windows color (decimal): -451209 or 7806457. OLE color: 7806457.

HSL color Cylindrical-coordinate representation of color #F91D77: hue angle of 335.45º 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 #F91D77 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 29 119 -
CMYK 0 0.88 0.52 0.02
HSL 335.45º 0.95% 0.55% -
HSV(B) 335.45º 0.88% 0.98% -
XYZ 42.84 22.35 19.51 -
YUV 105.04 135.89 230.68 -
System Red Green Blue C M Y K H S L
Decimal 249 29 119 0 0.88 0.52 0.02 335.45 0.95 0.55
Hex F9 1D 77 0 58 34 2 14F 5F 37
Octal 371 35 167 0 130 64 2 517 137 67
Binary 11111001 11101 1110111 0 1011000 110100 10 101001111 1011111 110111

Color Harmonies of #F91D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91D77

Black with #F91D77

Text Example


Text Example

White with #F91D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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