#FF12AB

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

Shades of Spicy Pink #FF12AB

Tints of Spicy Pink #FF12AB

Color information

#FF12AB (or 0xFF12AB) is unknown color: approx Spicy Pink. HEX triplet: FF, 12 and AB. RGB value is (255,18,171). Sum of RGB (Red+Green+Blue) = 255+18+171=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12AB is #00ED54. Grayscale: #696969. Windows color (decimal): -60757 or 11211519. OLE color: 11211519.

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

Color convert

RGB25518171-
CMYK00.930.330
HSL321.27º100%53.53%-
HSV(B)321.27º92.94%100%-
XYZ48.8124.6340.71-
YUV106.3164.52234.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 18 (7.42% from 255) = 4.05%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=57.43%
G=4.05%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551817100.930.330321.2710053.53
HexFF12AB05D2101416436
Octal37722253013541050114466
Binary1111111110010101010110101110110000101010000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12AB; }

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

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

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

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

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

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

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

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