#F105E4

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

Shades of Hot Magenta #F105E4

Tints of Hot Magenta #F105E4

Color information

#F105E4 (or 0xF105E4) is unknown color: approx Hot Magenta. HEX triplet: F1, 05 and E4. RGB value is (241,5,228). Sum of RGB (Red+Green+Blue) = 241+5+228=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 5 (2.34% from 255 or 1.05% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F105E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F105E4 is #0EFA1B. Grayscale: #646464. Windows color (decimal): -981532 or 14943729. OLE color: 14943729.

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

Color convert

RGB2415228-
CMYK00.980.050.05
HSL303.31º95.93%48.24%-
HSV(B)303.31º97.93%94.51%-
XYZ50.3324.4175.46-
YUV100.99199.69227.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.84%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 228 (89.45% from 255) = 48.10%
R=50.84%
G=1.05%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241522800.980.050.05303.3195.9348.24
HexF15E40625512f6030
Octal361534401425545714060
Binary1111000110111100100011000101011011001011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F105E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F105E4; }

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

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

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

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

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

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

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

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