#F40FD2

Color #F40FD2 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F40FD2

Tints of Hot Magenta #F40FD2

Color information

#F40FD2 (or 0xF40FD2) is unknown color: approx Hot Magenta. HEX triplet: F4, 0F and D2. RGB value is (244,15,210). Sum of RGB (Red+Green+Blue) = 244+15+210=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F40FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40FD2 is #0BF02D. Grayscale: #696969. Windows color (decimal): -782382 or 13766644. OLE color: 13766644.

HSL color Cylindrical-coordinate representation of color #F40FD2: hue angle of 308.91º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB24415210-
CMYK00.940.140.04
HSL308.91º91.24%50.78%-
HSV(B)308.91º93.85%95.69%-
XYZ49.1124.2363.06-
YUV105.7186.87226.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.03%
GREEN value IS 15 (6.25% from 255) = 3.20%
BLUE value IS 210 (82.42% from 255) = 44.78%
R=52.03%
G=3.20%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441521000.940.140.04308.9191.2450.78
HexF4FD205EE41355b33
Octal36417322013616446513363
Binary111101001111110100100101111011101001001101011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40FD2; }

 p { color: rgb(244,15,210); }

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

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

 a { background-color: rgb(244,15,210); }

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

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

 span { border-color: rgb(244,15,210); }

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