#fe0973

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

Shades of Deep Pink #FE0973

Tints of Deep Pink #FE0973

Color information

#FE0973 (or 0xFE0973) is unknown color: approx Deep Pink. HEX triplet: FE, 09 and 73. RGB value is (254,9,115). Sum of RGB (Red+Green+Blue) = 254+9+115=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0973 is #01F68C. Grayscale: #5E5E5E. Windows color (decimal): -128653 or 7539198. OLE color: 7539198.

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

Color convert

RGB2549115-
CMYK00.960.550.00
HSL334.04º99.19%51.57%-
HSV(B)334.04º96.46%99.61%-
XYZ44.0722.518.24-
YUV94.34139.67241.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 67.20%
GREEN value IS 9 (3.91% from 255) = 2.38%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=67.20%
G=2.38%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254911500.960.550.00334.0499.1951.57
HexFE97306037014e6334
Octal37611163014067051614364
Binary11111110100111100110110000011011101010011101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe0973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe0973; }

 p { color: rgb(254,9,115); }

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

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

 a { background-color: rgb(254,9,115); }

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

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

 span { border-color: rgb(254,9,115); }

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