#FE12AA

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

Shades of Spicy Pink #FE12AA

Tints of Spicy Pink #FE12AA

Color information

#FE12AA (or 0xFE12AA) is unknown color: approx Spicy Pink. HEX triplet: FE, 12 and AA. RGB value is (254,18,170). Sum of RGB (Red+Green+Blue) = 254+18+170=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12AA is #01ED55. Grayscale: #696969. Windows color (decimal): -126294 or 11145982. OLE color: 11145982.

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

Color convert

RGB25418170-
CMYK00.930.330.00
HSL321.36º99.16%53.33%-
HSV(B)321.36º92.91%99.61%-
XYZ48.3524.4140.19-
YUV105.89164.19233.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 18 (7.42% from 255) = 4.07%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=57.47%
G=4.07%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541817000.930.330.00321.3699.1653.33
HexFE12AA05D2101416335
Octal37622252013541050114365
Binary1111111010010101010100101110110000101010000011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE12AA; }

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

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

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

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

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

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

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

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