#F212DC

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

Shades of Hot Magenta #F212DC

Tints of Hot Magenta #F212DC

Color information

#F212DC (or 0xF212DC) is unknown color: approx Hot Magenta. HEX triplet: F2, 12 and DC. RGB value is (242,18,220). Sum of RGB (Red+Green+Blue) = 242+18+220=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F212DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212DC is #0DED23. Grayscale: #6B6B6B. Windows color (decimal): -912676 or 14422770. OLE color: 14422770.

HSL color Cylindrical-coordinate representation of color #F212DC: hue angle of 305.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212DC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24218220-
CMYK00.930.090.05
HSL305.89º89.6%50.98%-
HSV(B)305.89º92.56%94.9%-
XYZ49.7524.4869.81-
YUV108191.21223.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 18 (7.42% from 255) = 3.75%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=50.42%
G=3.75%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421822000.930.090.05305.8989.650.98
HexF212DC05D951325a33
Octal36222334013511546213263
Binary1111001010010110111000101110110011011001100101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F212DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F212DC; }

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

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

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

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

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

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

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

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