#F10FE4

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

Shades of Hot Magenta #F10FE4

Tints of Hot Magenta #F10FE4

Color information

#F10FE4 (or 0xF10FE4) is unknown color: approx Hot Magenta. HEX triplet: F1, 0F and E4. RGB value is (241,15,228). Sum of RGB (Red+Green+Blue) = 241+15+228=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FE4 is #0EF01B. Grayscale: #6A6A6A. Windows color (decimal): -978972 or 14946289. OLE color: 14946289.

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

Color convert

RGB24115228-
CMYK00.940.050.05
HSL303.45º88.98%50.2%-
HSV(B)303.45º93.78%94.51%-
XYZ50.4524.6475.5-
YUV106.86196.37223.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 15 (6.25% from 255) = 3.10%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=49.79%
G=3.10%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411522800.940.050.05303.4588.9850.2
HexF1FE405E5512f5932
Octal3611734401365545713162
Binary11110001111111100100010111101011011001011111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10FE4; }

 p { color: rgb(241,15,228); }

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

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

 a { background-color: rgb(241,15,228); }

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

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

 span { border-color: rgb(241,15,228); }

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