#FD12A2

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

Shades of Spicy Pink #FD12A2

Tints of Spicy Pink #FD12A2

Color information

#FD12A2 (or 0xFD12A2) is unknown color: approx Spicy Pink. HEX triplet: FD, 12 and A2. RGB value is (253,18,162). Sum of RGB (Red+Green+Blue) = 253+18+162=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD12A2 is #02ED5D. Grayscale: #686868. Windows color (decimal): -191838 or 10621693. OLE color: 10621693.

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

Color convert

RGB25318162-
CMYK00.930.360.01
HSL323.23º98.33%53.14%-
HSV(B)323.23º92.89%99.22%-
XYZ47.2523.9236.31-
YUV104.68160.36233.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.43%
GREEN value IS 18 (7.42% from 255) = 4.16%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=58.43%
G=4.16%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531816200.930.360.01323.2398.3353.14
HexFD12A205D2411436235
Octal37522242013544150314265
Binary1111110110010101000100101110110010011010000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD12A2; }

 p { color: rgb(253,18,162); }

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

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

 a { background-color: rgb(253,18,162); }

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

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

 span { border-color: rgb(253,18,162); }

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