#F407D8

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

Shades of Hot Magenta #F407D8

Tints of Hot Magenta #F407D8

Color information

#F407D8 (or 0xF407D8) is unknown color: approx Hot Magenta. HEX triplet: F4, 07 and D8. RGB value is (244,7,216). Sum of RGB (Red+Green+Blue) = 244+7+216=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F407D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F407D8 is #0BF827. Grayscale: #656565. Windows color (decimal): -784424 or 14157812. OLE color: 14157812.

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

Color convert

RGB2447216-
CMYK00.970.110.04
HSL307.09º94.42%49.22%-
HSV(B)307.09º97.13%95.69%-
XYZ49.7824.3467.04-
YUV101.69192.52229.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.25%
GREEN value IS 7 (3.12% from 255) = 1.50%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=52.25%
G=1.50%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244721600.970.110.04307.0994.4249.22
HexF47D8061B41335e31
Octal3647330014113446313661
Binary11110100111110110000110000110111001001100111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F407D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F407D8; }

 p { color: rgb(244,7,216); }

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

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

 a { background-color: rgb(244,7,216); }

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

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

 span { border-color: rgb(244,7,216); }

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