Html Css Color HEX #F92079 Deep Pink

📋 copy color: '#F92079'

red 249 ◦ green 32 ◦ blue 121

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

Shades of Deep Pink #F92079

Tints of Deep Pink #F92079

RGB

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

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

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

R = 61.94%
G = 7.96%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F92079 (or 0xF92079) is known color: Deep Pink. HEX triplet: F9, 20 and 79. RGB value is (249,32,121). Sum of RGB (Red+Green+Blue) = 249+32+121=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F92079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92079 is #06DF86. Grayscale: #6A6A6A. Windows color (decimal): -450439 or 7938297. OLE color: 7938297.

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

Color convert

RGB 249 32 121 -
CMYK 0 0.87 0.51 0.02
HSL 335.39º 0.95% 0.55% -
HSV(B) 335.39º 0.87% 0.98% -
XYZ 43.03 22.55 20.17 -
YUV 107.03 135.89 229.26 -
System Red Green Blue C M Y K H S L
Decimal 249 32 121 0 0.87 0.51 0.02 335.39 0.95 0.55
Hex F9 20 79 0 57 33 2 14F 5F 37
Octal 371 40 171 0 127 63 2 517 137 67
Binary 11111001 100000 1111001 0 1010111 110011 10 101001111 1011111 110111

Color Harmonies of #F92079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92079

Black with #F92079

Text Example


Text Example

White with #F92079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92079; }

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

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

background-color css

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

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

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

border-color css

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

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

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