#F813E2

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

Shades of Hot Magenta #F813E2

Tints of Hot Magenta #F813E2

Color information

#F813E2 (or 0xF813E2) is unknown color: approx Hot Magenta. HEX triplet: F8, 13 and E2. RGB value is (248,19,226). Sum of RGB (Red+Green+Blue) = 248+19+226=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 19 (7.81% from 255 or 3.85% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F813E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813E2 is #07EC1D. Grayscale: #6E6E6E. Windows color (decimal): -519198 or 14816248. OLE color: 14816248.

HSL color Cylindrical-coordinate representation of color #F813E2: hue angle of 305.76º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F813E2 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB24819226-
CMYK00.920.090.03
HSL305.76º94.24%52.35%-
HSV(B)305.76º92.34%97.25%-
XYZ52.6725.9174.18-
YUV111.07192.87225.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.30%
GREEN value IS 19 (7.81% from 255) = 3.85%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=50.30%
G=3.85%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481922600.920.090.03305.7694.2452.35
HexF813E205C931325e34
Octal37023342013411346213664
Binary111110001001111100010010111001001111001100101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F813E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F813E2; }

 p { color: rgb(248,19,226); }

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

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

 a { background-color: rgb(248,19,226); }

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

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

 span { border-color: rgb(248,19,226); }

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