#F90590

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

Shades of Deep Pink #F90590

Tints of Deep Pink #F90590

Color information

#F90590 (or 0xF90590) is unknown color: approx Deep Pink. HEX triplet: F9, 05 and 90. RGB value is (249,5,144). Sum of RGB (Red+Green+Blue) = 249+5+144=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F90590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90590 is #06FA6F. Grayscale: #5D5D5D. Windows color (decimal): -457328 or 9438713. OLE color: 9438713.

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

Color convert

RGB2495144-
CMYK00.980.420.02
HSL325.82º96.06%49.8%-
HSV(B)325.82º97.99%97.65%-
XYZ44.1622.2628.36-
YUV93.8156.34238.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.56%
GREEN value IS 5 (2.34% from 255) = 1.26%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=62.56%
G=1.26%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249514400.980.420.02325.8296.0649.8
HexF95900622A21466032
Octal3715220014252250614062
Binary111110011011001000001100010101010101010001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90590; }

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

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

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

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

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

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

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

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