#F40984

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

Shades of Deep Pink #F40984

Tints of Deep Pink #F40984

Color information

#F40984 (or 0xF40984) is unknown color: approx Deep Pink. HEX triplet: F4, 09 and 84. RGB value is (244,9,132). Sum of RGB (Red+Green+Blue) = 244+9+132=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F40984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40984 is #0BF67B. Grayscale: #5D5D5D. Windows color (decimal): -783996 or 8653300. OLE color: 8653300.

HSL color Cylindrical-coordinate representation of color #F40984: hue angle of 328.6º 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 #F40984 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB2449132-
CMYK00.960.460.04
HSL328.6º92.89%49.61%-
HSV(B)328.6º96.31%95.69%-
XYZ41.5721.0923.71-
YUV93.29149.86235.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 63.38%
GREEN value IS 9 (3.91% from 255) = 2.34%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=63.38%
G=2.34%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244913200.960.460.04328.692.8949.61
HexF49840602E41495d32
Octal36411204014056451113562
Binary11110100100110000100011000001011101001010010011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40984; }

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

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

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

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

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

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

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

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