#FE13A2

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

Shades of Spicy Pink #FE13A2

Tints of Spicy Pink #FE13A2

Color information

#FE13A2 (or 0xFE13A2) is unknown color: approx Spicy Pink. HEX triplet: FE, 13 and A2. RGB value is (254,19,162). Sum of RGB (Red+Green+Blue) = 254+19+162=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13A2 is #01EC5D. Grayscale: #696969. Windows color (decimal): -126046 or 10621950. OLE color: 10621950.

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

Color convert

RGB25419162-
CMYK00.930.360.00
HSL323.49º99.16%53.53%-
HSV(B)323.49º92.52%99.61%-
XYZ47.6324.1536.33-
YUV105.57159.86233.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=58.39%
G=4.37%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541916200.930.360.00323.4999.1653.53
HexFE13A205D2401436336
Octal37623242013544050314366
Binary1111111010011101000100101110110010001010000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE13A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE13A2; }

 p { color: rgb(254,19,162); }

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

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

 a { background-color: rgb(254,19,162); }

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

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

 span { border-color: rgb(254,19,162); }

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