#FE0FA1

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

Shades of Deep Pink #FE0FA1

Tints of Deep Pink #FE0FA1

Color information

#FE0FA1 (or 0xFE0FA1) is unknown color: approx Deep Pink. HEX triplet: FE, 0F and A1. RGB value is (254,15,161). Sum of RGB (Red+Green+Blue) = 254+15+161=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0FA1 is #01F05E. Grayscale: #666666. Windows color (decimal): -127071 or 10555390. OLE color: 10555390.

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

Color convert

RGB25415161-
CMYK00.940.370.00
HSL323.35º99.17%52.75%-
HSV(B)323.35º94.09%99.61%-
XYZ47.4823.9935.85-
YUV103.1160.68235.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.07%
GREEN value IS 15 (6.25% from 255) = 3.49%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=59.07%
G=3.49%
B=37.44%

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
Decimal2541516100.940.370.00323.3599.1752.75
HexFEFA105E2501436335
Octal37617241013645050314365
Binary111111101111101000010101111010010101010000111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0FA1; }

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

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

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

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

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

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

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

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