Html Css Color HEX #F92579 Deep Pink

📋 copy color: '#F92579'

red 249 ◦ green 37 ◦ blue 121

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

Shades of Deep Pink #F92579

Tints of Deep Pink #F92579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

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

R = 61.18%
G = 9.09%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F92579 (or 0xF92579) is known color: Deep Pink. HEX triplet: F9, 25 and 79. RGB value is (249,37,121). Sum of RGB (Red+Green+Blue) = 249+37+121=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F92579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92579 is #06DA86. Grayscale: #6D6D6D. Windows color (decimal): -449159 or 7939577. OLE color: 7939577.

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

Color convert

RGB 249 37 121 -
CMYK 0 0.85 0.51 0.02
HSL 336.23º 0.95% 0.56% -
HSV(B) 336.23º 0.85% 0.98% -
XYZ 43.18 22.84 20.22 -
YUV 109.96 134.24 227.17 -
System Red Green Blue C M Y K H S L
Decimal 249 37 121 0 0.85 0.51 0.02 336.23 0.95 0.56
Hex F9 25 79 0 55 33 2 150 5F 38
Octal 371 45 171 0 125 63 2 520 137 70
Binary 11111001 100101 1111001 0 1010101 110011 10 101010000 1011111 111000

Color Harmonies of #F92579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92579

Black with #F92579

Text Example


Text Example

White with #F92579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92579; }

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

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

background-color css

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

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

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

border-color css

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

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

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