Html Css Color HEX #F90579 Deep Pink

📋 copy color: '#F90579'

red 249 ◦ green 5 ◦ blue 121

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

Shades of Deep Pink #F90579

Tints of Deep Pink #F90579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 66.4%
G = 1.33%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F90579 (or 0xF90579) is known color: Deep Pink. HEX triplet: F9, 05 and 79. RGB value is (249,5,121). Sum of RGB (Red+Green+Blue) = 249+5+121=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F90579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90579 is #06FA86. Grayscale: #5A5A5A. Windows color (decimal): -457351 or 7931385. OLE color: 7931385.

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

Color convert

RGB 249 5 121 -
CMYK 0 0.98 0.51 0.02
HSL 331.48º 0.96% 0.5% -
HSV(B) 331.48º 0.98% 0.98% -
XYZ 42.57 21.63 20.02 -
YUV 91.18 144.84 240.57 -
System Red Green Blue C M Y K H S L
Decimal 249 5 121 0 0.98 0.51 0.02 331.48 0.96 0.5
Hex F9 5 79 0 62 33 2 14B 60 32
Octal 371 5 171 0 142 63 2 513 140 62
Binary 11111001 101 1111001 0 1100010 110011 10 101001011 1100000 110010

Color Harmonies of #F90579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90579

Black with #F90579

Text Example


Text Example

White with #F90579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90579; }

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

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

background-color css

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

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

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

border-color css

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

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

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