#FE16AF

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

Shades of Spicy Pink #FE16AF

Tints of Spicy Pink #FE16AF

Color information

#FE16AF (or 0xFE16AF) is unknown color: approx Spicy Pink. HEX triplet: FE, 16 and AF. RGB value is (254,22,175). Sum of RGB (Red+Green+Blue) = 254+22+175=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16AF is #01E950. Grayscale: #6C6C6C. Windows color (decimal): -125265 or 11474686. OLE color: 11474686.

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

Color convert

RGB25422175-
CMYK00.910.310.00
HSL320.43º99.15%54.12%-
HSV(B)320.43º91.34%99.61%-
XYZ48.924.7442.76-
YUV108.81165.36231.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.32%
GREEN value IS 22 (8.98% from 255) = 4.88%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=56.32%
G=4.88%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542217500.910.310.00320.4399.1554.12
HexFE16AF05B1F01406336
Octal37626257013337050014366
Binary111111101011010101111010110111111101010000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE16AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE16AF; }

 p { color: rgb(254,22,175); }

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

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

 a { background-color: rgb(254,22,175); }

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

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

 span { border-color: rgb(254,22,175); }

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