#FE5DB6

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

Shades of Hot Pink #FE5DB6

Tints of Hot Pink #FE5DB6

Color information

#FE5DB6 (or 0xFE5DB6) is unknown color: approx Hot Pink. HEX triplet: FE, 5D and B6. RGB value is (254,93,182). Sum of RGB (Red+Green+Blue) = 254+93+182=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DB6 is #01A249. Grayscale: #979797. Windows color (decimal): -107082 or 11951614. OLE color: 11951614.

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

Color convert

RGB25493182-
CMYK00.630.280.00
HSL326.83º98.77%68.04%-
HSV(B)326.83º63.39%99.61%-
XYZ53.2332.2847.68-
YUV151.28145.34201.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=48.02%
G=17.58%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549318200.630.280.00326.8398.7768.04
HexFE5DB603F1C01476344
Octal376135266077340507143104
Binary11111110101110110110110011111111100010100011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5DB6; }

 p { color: rgb(254,93,182); }

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

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

 a { background-color: rgb(254,93,182); }

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

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

 span { border-color: rgb(254,93,182); }

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