#F40990

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

Shades of Deep Pink #F40990

Tints of Deep Pink #F40990

Color information

#F40990 (or 0xF40990) is unknown color: approx Deep Pink. HEX triplet: F4, 09 and 90. RGB value is (244,9,144). Sum of RGB (Red+Green+Blue) = 244+9+144=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F40990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40990 is #0BF66F. Grayscale: #5E5E5E. Windows color (decimal): -783984 or 9439732. OLE color: 9439732.

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

Color convert

RGB2449144-
CMYK00.960.410.04
HSL325.53º92.89%49.61%-
HSV(B)325.53º96.31%95.69%-
XYZ42.4421.4428.29-
YUV94.66155.86234.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 61.46%
GREEN value IS 9 (3.91% from 255) = 2.27%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=61.46%
G=2.27%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244914400.960.410.04325.5392.8949.61
HexF49900602941465d32
Octal36411220014051450613562
Binary11110100100110010000011000001010011001010001101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40990; }

 p { color: rgb(244,9,144); }

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

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

 a { background-color: rgb(244,9,144); }

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

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

 span { border-color: rgb(244,9,144); }

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