#FE0FA0

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

Shades of Deep Pink #FE0FA0

Tints of Deep Pink #FE0FA0

Color information

#FE0FA0 (or 0xFE0FA0) is unknown color: approx Deep Pink. HEX triplet: FE, 0F and A0. RGB value is (254,15,160). Sum of RGB (Red+Green+Blue) = 254+15+160=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FA0 is #01F05F. Grayscale: #666666. Windows color (decimal): -127072 or 10489854. OLE color: 10489854.

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

Color convert

RGB25415160-
CMYK00.940.370.00
HSL323.6º99.17%52.75%-
HSV(B)323.6º94.09%99.61%-
XYZ47.3923.9535.38-
YUV102.99160.18235.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.21%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=59.21%
G=3.50%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541516000.940.370.00323.699.1752.75
HexFEFA005E2501446335
Octal37617240013645050414365
Binary111111101111101000000101111010010101010001001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FA0; }

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

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

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

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

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

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

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

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