#FF11AD

Color #FF11AD Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FF11AD

Tints of Spicy Pink #FF11AD

Color information

#FF11AD (or 0xFF11AD) is unknown color: approx Spicy Pink. HEX triplet: FF, 11 and AD. RGB value is (255,17,173). Sum of RGB (Red+Green+Blue) = 255+17+173=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11AD is #00EE52. Grayscale: #696969. Windows color (decimal): -61011 or 11342335. OLE color: 11342335.

HSL color Cylindrical-coordinate representation of color #FF11AD: hue angle of 320.67º 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 #FF11AD is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB25517173-
CMYK00.930.320
HSL320.67º100%53.33%-
HSV(B)320.67º93.33%100%-
XYZ48.9824.6841.72-
YUV105.95165.85234.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.30%
GREEN value IS 17 (7.03% from 255) = 3.82%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=57.30%
G=3.82%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551717300.930.320320.6710053.33
HexFF11AD05D2001416435
Octal37721255013540050114465
Binary1111111110001101011010101110110000001010000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11AD; }

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

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

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

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

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

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

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

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