#FF12AA

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

Shades of Spicy Pink #FF12AA

Tints of Spicy Pink #FF12AA

Color information

#FF12AA (or 0xFF12AA) is unknown color: approx Spicy Pink. HEX triplet: FF, 12 and AA. RGB value is (255,18,170). Sum of RGB (Red+Green+Blue) = 255+18+170=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12AA is #00ED55. Grayscale: #696969. Windows color (decimal): -60758 or 11145983. OLE color: 11145983.

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

Color convert

RGB25518170-
CMYK00.930.330
HSL321.52º100%53.53%-
HSV(B)321.52º92.94%100%-
XYZ48.7124.5940.21-
YUV106.19164.02234.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 18 (7.42% from 255) = 4.06%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=57.56%
G=4.06%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551817000.930.330321.5210053.53
HexFF12AA05D2101426436
Octal37722252013541050214466
Binary1111111110010101010100101110110000101010000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12AA; }

 p { color: rgb(255,18,170); }

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

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

 a { background-color: rgb(255,18,170); }

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

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

 span { border-color: rgb(255,18,170); }

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