#FF12A5

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

Shades of Spicy Pink #FF12A5

Tints of Spicy Pink #FF12A5

Color information

#FF12A5 (or 0xFF12A5) is unknown color: approx Spicy Pink. HEX triplet: FF, 12 and A5. RGB value is (255,18,165). Sum of RGB (Red+Green+Blue) = 255+18+165=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12A5 is #00ED5A. Grayscale: #696969. Windows color (decimal): -60763 or 10818303. OLE color: 10818303.

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

Color convert

RGB25518165-
CMYK00.930.350
HSL322.78º100%53.53%-
HSV(B)322.78º92.94%100%-
XYZ48.2524.4137.77-
YUV105.62161.52234.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.22%
GREEN value IS 18 (7.42% from 255) = 4.11%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=58.22%
G=4.11%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551816500.930.350322.7810053.53
HexFF12A505D2301436436
Octal37722245013543050314466
Binary1111111110010101001010101110110001101010000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12A5; }

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

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

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

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

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

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

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

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