#F216DC

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

Shades of Hot Magenta #F216DC

Tints of Hot Magenta #F216DC

Color information

#F216DC (or 0xF216DC) is unknown color: approx Hot Magenta. HEX triplet: F2, 16 and DC. RGB value is (242,22,220). Sum of RGB (Red+Green+Blue) = 242+22+220=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F216DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216DC is #0DE923. Grayscale: #6D6D6D. Windows color (decimal): -911652 or 14423794. OLE color: 14423794.

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

Color convert

RGB24222220-
CMYK00.910.090.05
HSL306º89.43%51.76%-
HSV(B)306º90.91%94.9%-
XYZ49.8224.6269.84-
YUV110.35189.89221.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 4.55%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=50%
G=4.55%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422222000.910.090.0530689.4351.76
HexF216DC05B951325934
Octal36226334013311546213164
Binary1111001010110110111000101101110011011001100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F216DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F216DC; }

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

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

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

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

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

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

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

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