#fe6dbd

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

Shades of Hot Pink #FE6DBD

Tints of Hot Pink #FE6DBD

Color information

#FE6DBD (or 0xFE6DBD) is unknown color: approx Hot Pink. HEX triplet: FE, 6D and BD. RGB value is (254,109,189). Sum of RGB (Red+Green+Blue) = 254+109+189=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DBD is #019242. Grayscale: #A1A1A1. Windows color (decimal): -102979 or 12414462. OLE color: 12414462.

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

Color convert

RGB254109189-
CMYK00.570.260.00
HSL326.9º98.64%71.18%-
HSV(B)326.9º57.09%99.61%-
XYZ55.5335.6852.1-
YUV161.48143.54194-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 109 (42.97% from 255) = 19.75%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=46.01%
G=19.75%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410918900.570.260.00326.998.6471.18
HexFE6DBD0391A01476347
Octal376155275071320507143107
Binary11111110110110110111101011100111010010100011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe6dbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe6dbd; }

 p { color: rgb(254,109,189); }

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

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

 a { background-color: rgb(254,109,189); }

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

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

 span { border-color: rgb(254,109,189); }

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