#F812DC

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

Shades of Hot Magenta #F812DC

Tints of Hot Magenta #F812DC

Color information

#F812DC (or 0xF812DC) is unknown color: approx Hot Magenta. HEX triplet: F8, 12 and DC. RGB value is (248,18,220). Sum of RGB (Red+Green+Blue) = 248+18+220=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F812DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F812DC is #07ED23. Grayscale: #6D6D6D. Windows color (decimal): -519460 or 14422776. OLE color: 14422776.

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

Color convert

RGB24818220-
CMYK00.930.110.03
HSL307.3º94.26%52.16%-
HSV(B)307.3º92.74%97.25%-
XYZ51.8525.5669.91-
YUV109.8190.2226.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.03%
GREEN value IS 18 (7.42% from 255) = 3.70%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=51.03%
G=3.70%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481822000.930.110.03307.394.2652.16
HexF812DC05DB31335e34
Octal37022334013513346313664
Binary111110001001011011100010111011011111001100111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F812DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F812DC; }

 p { color: rgb(248,18,220); }

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

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

 a { background-color: rgb(248,18,220); }

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

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

 span { border-color: rgb(248,18,220); }

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