#F818E4

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

Shades of Hot Magenta #F818E4

Tints of Hot Magenta #F818E4

Color information

#F818E4 (or 0xF818E4) is unknown color: approx Hot Magenta. HEX triplet: F8, 18 and E4. RGB value is (248,24,228). Sum of RGB (Red+Green+Blue) = 248+24+228=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F818E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818E4 is #07E71B. Grayscale: #717171. Windows color (decimal): -517916 or 14948600. OLE color: 14948600.

HSL color Cylindrical-coordinate representation of color #F818E4: hue angle of 305.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818E4 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB24824228-
CMYK00.900.080.03
HSL305.36º94.12%53.33%-
HSV(B)305.36º90.32%97.25%-
XYZ53.0426.2175.66-
YUV114.23192.21223.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 24 (9.77% from 255) = 4.8%
BLUE value IS 228 (89.45% from 255) = 45.6%
R=49.6%
G=4.8%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482422800.900.080.03305.3694.1253.33
HexF818E405A831315e35
Octal37030344013210346113665
Binary111110001100011100100010110101000111001100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F818E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F818E4; }

 p { color: rgb(248,24,228); }

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

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

 a { background-color: rgb(248,24,228); }

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

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

 span { border-color: rgb(248,24,228); }

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