#F90979

Color #F90979 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F90979

Tints of Deep Pink #F90979

Color information

#F90979 (or 0xF90979) is unknown color: approx Deep Pink. HEX triplet: F9, 09 and 79. RGB value is (249,9,121). Sum of RGB (Red+Green+Blue) = 249+9+121=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F90979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90979 is #06F686. Grayscale: #5D5D5D. Windows color (decimal): -456327 or 7932409. OLE color: 7932409.

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

Color convert

RGB2499121-
CMYK00.960.510.02
HSL332º95.24%50.59%-
HSV(B)332º96.39%97.65%-
XYZ42.6221.7220.03-
YUV93.53143.51238.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.70%
GREEN value IS 9 (3.91% from 255) = 2.37%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=65.70%
G=2.37%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249912100.960.510.0233295.2450.59
HexF997906033214c5f33
Octal37111171014063251413763
Binary111110011001111100101100000110011101010011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90979; }

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

 H1.HeaderClassName
 {
   color: #F90979;
 }
 .AnyTagClassName
 {
   color: #F90979;
 }
</style>
background-color css

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

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

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

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

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

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