#F217DB

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

Shades of Hot Magenta #F217DB

Tints of Hot Magenta #F217DB

Color information

#F217DB (or 0xF217DB) is unknown color: approx Hot Magenta. HEX triplet: F2, 17 and DB. RGB value is (242,23,219). Sum of RGB (Red+Green+Blue) = 242+23+219=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F217DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F217DB is #0DE824. Grayscale: #6E6E6E. Windows color (decimal): -911397 or 14358514. OLE color: 14358514.

HSL color Cylindrical-coordinate representation of color #F217DB: hue angle of 306.3º 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 #F217DB is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24223219-
CMYK00.900.100.05
HSL306.3º89.39%51.96%-
HSV(B)306.3º90.5%94.9%-
XYZ49.7124.669.15-
YUV110.83189.05221.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 4.75%
BLUE value IS 219 (85.94% from 255) = 45.25%
R=50%
G=4.75%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422321900.900.100.05306.389.3951.96
HexF217DB05AA51325934
Octal36227333013212546213164
Binary1111001010111110110110101101010101011001100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F217DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F217DB; }

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

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

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

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

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

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

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

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