#FE0FAD

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

Shades of Spicy Pink #FE0FAD

Tints of Spicy Pink #FE0FAD

Color information

#FE0FAD (or 0xFE0FAD) is unknown color: approx Spicy Pink. HEX triplet: FE, 0F and AD. RGB value is (254,15,173). Sum of RGB (Red+Green+Blue) = 254+15+173=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 15 (6.25% from 255 or 3.39% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FAD is #01F052. Grayscale: #686868. Windows color (decimal): -127059 or 11341822. OLE color: 11341822.

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

Color convert

RGB25415173-
CMYK00.940.320.00
HSL320.33º99.17%52.75%-
HSV(B)320.33º94.09%99.61%-
XYZ48.5924.4341.69-
YUV104.47166.68234.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 15 (6.25% from 255) = 3.39%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=57.47%
G=3.39%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541517300.940.320.00320.3399.1752.75
HexFEFAD05E2001406335
Octal37617255013640050014365
Binary111111101111101011010101111010000001010000001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FAD; }

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

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

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

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

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

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

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

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