#F110DD

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

Shades of Hot Magenta #F110DD

Tints of Hot Magenta #F110DD

Color information

#F110DD (or 0xF110DD) is unknown color: approx Hot Magenta. HEX triplet: F1, 10 and DD. RGB value is (241,16,221). Sum of RGB (Red+Green+Blue) = 241+16+221=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F110DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110DD is #0EEF22. Grayscale: #6A6A6A. Windows color (decimal): -978723 or 14487793. OLE color: 14487793.

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

Color convert

RGB24116221-
CMYK00.930.080.05
HSL305.33º88.93%50.39%-
HSV(B)305.33º93.36%94.51%-
XYZ49.5124.2970.49-
YUV106.64192.54223.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 16 (6.64% from 255) = 3.35%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=50.42%
G=3.35%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411622100.930.080.05305.3388.9350.39
HexF110DD05D851315932
Octal36120335013510546113162
Binary1111000110000110111010101110110001011001100011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F110DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F110DD; }

 p { color: rgb(241,16,221); }

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

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

 a { background-color: rgb(241,16,221); }

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

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

 span { border-color: rgb(241,16,221); }

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