#FE13A3

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

Shades of Spicy Pink #FE13A3

Tints of Spicy Pink #FE13A3

Color information

#FE13A3 (or 0xFE13A3) is unknown color: approx Spicy Pink. HEX triplet: FE, 13 and A3. RGB value is (254,19,163). Sum of RGB (Red+Green+Blue) = 254+19+163=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13A3 is #01EC5C. Grayscale: #696969. Windows color (decimal): -126045 or 10687486. OLE color: 10687486.

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

Color convert

RGB25419163-
CMYK00.930.360.00
HSL323.23º99.16%53.53%-
HSV(B)323.23º92.52%99.61%-
XYZ47.7224.1836.8-
YUV105.68160.36233.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.26%
GREEN value IS 19 (7.81% from 255) = 4.36%
BLUE value IS 163 (64.06% from 255) = 37.39%
R=58.26%
G=4.36%
B=37.39%

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
Decimal2541916300.930.360.00323.2399.1653.53
HexFE13A305D2401436336
Octal37623243013544050314366
Binary1111111010011101000110101110110010001010000111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE13A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE13A3; }

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

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

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

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

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

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

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

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