#FE2382

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

Shades of Deep Pink #FE2382

Tints of Deep Pink #FE2382

Color information

#FE2382 (or 0xFE2382) is unknown color: approx Deep Pink. HEX triplet: FE, 23 and 82. RGB value is (254,35,130). Sum of RGB (Red+Green+Blue) = 254+35+130=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2382 is #01DC7D. Grayscale: #6F6F6F. Windows color (decimal): -121982 or 8528894. OLE color: 8528894.

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

Color convert

RGB25435130-
CMYK00.860.490.00
HSL333.97º99.1%56.67%-
HSV(B)333.97º86.22%99.61%-
XYZ45.523.8823.33-
YUV111.31138.55229.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.62%
GREEN value IS 35 (14.06% from 255) = 8.35%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=60.62%
G=8.35%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543513000.860.490.00333.9799.156.67
HexFE238205631014e6339
Octal37643202012661051614371
Binary11111110100011100000100101011011000101010011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2382; }

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

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

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

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

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

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

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

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