Shades of Hot Pink #FD6DB9
Tints of Hot Pink #FD6DB9
RGB
CMYK
RGB Variations
Color information
#FD6DB9 (or 0xFD6DB9) is known color: Hot Pink. HEX triplet: FD, 6D and B9. RGB value is (253,109,185). Sum of RGB (Red+Green+Blue) = 253+109+185=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DB9 is #029246. Grayscale: #A0A0A0. Windows color (decimal): -168519 or 12152317. OLE color: 12152317.
HSL color Cylindrical-coordinate representation of color #FD6DB9: hue angle of 328.33º 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 #FD6DB9 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 109 | 185 | - |
CMYK | 0 | 0.57 | 0.27 | 0.01 |
HSL | 328.33º | 0.97% | 0.71% | - |
HSV(B) | 328.33º | 0.57% | 0.99% | - |
XYZ | 54.73 | 35.32 | 49.83 | - |
YUV | 160.72 | 141.71 | 193.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 109 | 185 | 0 | 0.57 | 0.27 | 0.01 | 328.33 | 0.97 | 0.71 |
Hex | FD | 6D | B9 | 0 | 39 | 1B | 1 | 148 | 61 | 47 |
Octal | 375 | 155 | 271 | 0 | 71 | 33 | 1 | 510 | 141 | 107 |
Binary | 11111101 | 1101101 | 10111001 | 0 | 111001 | 11011 | 1 | 101001000 | 1100001 | 1000111 |
Color Harmonies of #FD6DB9
Complementary color
Monochromatic Colors of #FD6DB9
Black with #FD6DB9
Text Example
Text Example
White with #FD6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DB9; }
p { color: rgb(253,109,185); }
H1.HeaderClassName
{
color: #FD6DB9;
}
.AnyTagClassName
{
color: #FD6DB9;
}
</style>
background-color css
<style>
a { background-color: #FD6DB9; }
a { background-color: rgb(253,109,185); }
div.DivClassName
{
background-color: #FD6DB9;
}
.BgClassName
{
background-color: #FD6DB9;
}
</style>
border-color css
<style>
span { border-color: #FD6DB9; }
span { border-color: rgb(253,109,185); }
td.TdClassName
{
border-color: #FD6DB9;
}
.TagClassName
{
border-color: #FD6DB9;
}
</style>