#FF12A7

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

Shades of Spicy Pink #FF12A7

Tints of Spicy Pink #FF12A7

Color information

#FF12A7 (or 0xFF12A7) is unknown color: approx Spicy Pink. HEX triplet: FF, 12 and A7. RGB value is (255,18,167). Sum of RGB (Red+Green+Blue) = 255+18+167=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF12A7 is #00ED58. Grayscale: #696969. Windows color (decimal): -60761 or 10949375. OLE color: 10949375.

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

Color convert

RGB25518167-
CMYK00.930.350
HSL322.28º100%53.53%-
HSV(B)322.28º92.94%100%-
XYZ48.4324.4838.73-
YUV105.85162.52234.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 18 (7.42% from 255) = 4.09%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=57.95%
G=4.09%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551816700.930.350322.2810053.53
HexFF12A705D2301426436
Octal37722247013543050214466
Binary1111111110010101001110101110110001101010000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF12A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF12A7; }

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

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

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

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

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

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

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

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