#FD6DBD

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

Shades of Hot Pink #FD6DBD

Tints of Hot Pink #FD6DBD

Color information

#FD6DBD (or 0xFD6DBD) is unknown color: approx Hot Pink. HEX triplet: FD, 6D and BD. RGB value is (253,109,189). Sum of RGB (Red+Green+Blue) = 253+109+189=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DBD is #029242. Grayscale: #A0A0A0. Windows color (decimal): -168515 or 12414461. OLE color: 12414461.

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

Color convert

RGB253109189-
CMYK00.570.250.01
HSL326.67º97.3%70.98%-
HSV(B)326.67º56.92%99.22%-
XYZ55.1635.4952.09-
YUV161.18143.71193.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 109 (42.97% from 255) = 19.78%
BLUE value IS 189 (74.22% from 255) = 34.30%
R=45.92%
G=19.78%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310918900.570.250.01326.6797.370.98
HexFD6DBD0391911476147
Octal375155275071311507141107
Binary11111101110110110111101011100111001110100011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6DBD; }

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

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

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

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

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

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

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

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