#F10DE0

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

Shades of Hot Magenta #F10DE0

Tints of Hot Magenta #F10DE0

Color information

#F10DE0 (or 0xF10DE0) is unknown color: approx Hot Magenta. HEX triplet: F1, 0D and E0. RGB value is (241,13,224). Sum of RGB (Red+Green+Blue) = 241+13+224=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DE0 is #0EF21F. Grayscale: #686868. Windows color (decimal): -979488 or 14683633. OLE color: 14683633.

HSL color Cylindrical-coordinate representation of color #F10DE0: hue angle of 304.47º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DE0 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24113224-
CMYK00.950.070.05
HSL304.47º89.76%49.8%-
HSV(B)304.47º94.61%94.51%-
XYZ49.8724.3772.6-
YUV105.23195.04224.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 13 (5.47% from 255) = 2.72%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=50.42%
G=2.72%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411322400.950.070.05304.4789.7649.8
HexF1DE005F751305a32
Octal3611534001377546013262
Binary11110001110111100000010111111111011001100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10DE0; }

 p { color: rgb(241,13,224); }

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

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

 a { background-color: rgb(241,13,224); }

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

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

 span { border-color: rgb(241,13,224); }

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