#fe0882

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

Shades of Deep Pink #FE0882

Tints of Deep Pink #FE0882

Color information

#FE0882 (or 0xFE0882) is unknown color: approx Deep Pink. HEX triplet: FE, 08 and 82. RGB value is (254,8,130). Sum of RGB (Red+Green+Blue) = 254+8+130=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0882 is #01F77D. Grayscale: #5F5F5F. Windows color (decimal): -128894 or 8521982. OLE color: 8521982.

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

Color convert

RGB2548130-
CMYK00.970.490.00
HSL330.24º99.19%51.37%-
HSV(B)330.24º96.85%99.61%-
XYZ44.9922.8623.16-
YUV95.46147.5241.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.80%
GREEN value IS 8 (3.52% from 255) = 2.04%
BLUE value IS 130 (51.17% from 255) = 33.16%
R=64.80%
G=2.04%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254813000.970.490.00330.2499.1951.37
HexFE88206131014a6333
Octal37610202014161051214363
Binary111111101000100000100110000111000101010010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe0882; }

 p { color: rgb(254,8,130); }

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

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

 a { background-color: rgb(254,8,130); }

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

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

 span { border-color: rgb(254,8,130); }

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