#FF11D1

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

Shades of Hot Magenta #FF11D1

Tints of Hot Magenta #FF11D1

Color information

#FF11D1 (or 0xFF11D1) is unknown color: approx Hot Magenta. HEX triplet: FF, 11 and D1. RGB value is (255,17,209). Sum of RGB (Red+Green+Blue) = 255+17+209=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11D1 is #00EE2E. Grayscale: #6D6D6D. Windows color (decimal): -60975 or 13701631. OLE color: 13701631.

HSL color Cylindrical-coordinate representation of color #FF11D1: hue angle of 311.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11D1 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB25517209-
CMYK00.930.180
HSL311.6º100%53.33%-
HSV(B)311.6º93.33%100%-
XYZ52.9526.2662.6-
YUV110.05183.85231.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 17 (7.03% from 255) = 3.53%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=53.01%
G=3.53%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551720900.930.180311.610053.33
HexFF11D105D1201386435
Octal37721321013522047014465
Binary111111111000111010001010111011001001001110001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11D1; }

 p { color: rgb(255,17,209); }

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

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

 a { background-color: rgb(255,17,209); }

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

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

 span { border-color: rgb(255,17,209); }

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