#F217DC

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

Shades of Hot Magenta #F217DC

Tints of Hot Magenta #F217DC

Color information

#F217DC (or 0xF217DC) is unknown color: approx Hot Magenta. HEX triplet: F2, 17 and DC. RGB value is (242,23,220). Sum of RGB (Red+Green+Blue) = 242+23+220=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F217DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217DC is #0DE823. Grayscale: #6E6E6E. Windows color (decimal): -911396 or 14424050. OLE color: 14424050.

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

Color convert

RGB24223220-
CMYK00.900.090.05
HSL306.03º89.39%51.96%-
HSV(B)306.03º90.5%94.9%-
XYZ49.8424.6669.84-
YUV110.94189.55221.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 23 (9.38% from 255) = 4.74%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=49.90%
G=4.74%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422322000.900.090.05306.0389.3951.96
HexF217DC05A951325934
Octal36227334013211546213164
Binary1111001010111110111000101101010011011001100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F217DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F217DC; }

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

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

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

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

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

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

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

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