Html Css Color HEX #F92076 Deep Pink

📋 copy color: '#F92076'

red 249 ◦ green 32 ◦ blue 118

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

Shades of Deep Pink #F92076

Tints of Deep Pink #F92076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.02%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 62.41%
G = 8.02%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F92076 (or 0xF92076) is known color: Deep Pink. HEX triplet: F9, 20 and 76. RGB value is (249,32,118). Sum of RGB (Red+Green+Blue) = 249+32+118=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F92076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92076 is #06DF89. Grayscale: #6A6A6A. Windows color (decimal): -450442 or 7741689. OLE color: 7741689.

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

Color convert

RGB 249 32 118 -
CMYK 0 0.87 0.53 0.02
HSL 336.22º 0.95% 0.55% -
HSV(B) 336.22º 0.87% 0.98% -
XYZ 42.85 22.48 19.22 -
YUV 106.69 134.39 229.51 -
System Red Green Blue C M Y K H S L
Decimal 249 32 118 0 0.87 0.53 0.02 336.22 0.95 0.55
Hex F9 20 76 0 57 35 2 150 5F 37
Octal 371 40 166 0 127 65 2 520 137 67
Binary 11111001 100000 1110110 0 1010111 110101 10 101010000 1011111 110111

Color Harmonies of #F92076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92076

Black with #F92076

Text Example


Text Example

White with #F92076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92076; }

 p { color: rgb(249,32,118); }

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

background-color css

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

 a { background-color: rgb(249,32,118); }

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

border-color css

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

 span { border-color: rgb(249,32,118); }

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