#FF11A3

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

Shades of Spicy Pink #FF11A3

Tints of Spicy Pink #FF11A3

Color information

#FF11A3 (or 0xFF11A3) is unknown color: approx Spicy Pink. HEX triplet: FF, 11 and A3. RGB value is (255,17,163). Sum of RGB (Red+Green+Blue) = 255+17+163=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF11A3 is #00EE5C. Grayscale: #686868. Windows color (decimal): -61021 or 10686975. OLE color: 10686975.

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

Color convert

RGB25517163-
CMYK00.930.360
HSL323.19º100%53.33%-
HSV(B)323.19º93.33%100%-
XYZ48.0524.3136.81-
YUV104.81160.85235.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.62%
GREEN value IS 17 (7.03% from 255) = 3.91%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=58.62%
G=3.91%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551716300.930.360323.1910053.33
HexFF11A305D2401436435
Octal37721243013544050314465
Binary1111111110001101000110101110110010001010000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF11A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF11A3; }

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

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

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

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

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

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

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

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