#FE0FAF

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

Shades of Spicy Pink #FE0FAF

Tints of Spicy Pink #FE0FAF

Color information

#FE0FAF (or 0xFE0FAF) is unknown color: approx Spicy Pink. HEX triplet: FE, 0F and AF. RGB value is (254,15,175). Sum of RGB (Red+Green+Blue) = 254+15+175=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FAF is #01F050. Grayscale: #686868. Windows color (decimal): -127057 or 11472894. OLE color: 11472894.

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

Color convert

RGB25415175-
CMYK00.940.310.00
HSL319.83º99.17%52.75%-
HSV(B)319.83º94.09%99.61%-
XYZ48.7824.5142.72-
YUV104.7167.68234.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.21%
GREEN value IS 15 (6.25% from 255) = 3.38%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=57.21%
G=3.38%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541517500.940.310.00319.8399.1752.75
HexFEFAF05E1F01406335
Octal37617257013637050014365
Binary11111110111110101111010111101111101010000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FAF; }

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

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

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

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

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

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

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

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