Shades of Hot Pink #FD6DB8
Tints of Hot Pink #FD6DB8
RGB
CMYK
RGB Variations
Color information
#FD6DB8 (or 0xFD6DB8) is known color: Hot Pink. HEX triplet: FD, 6D and B8. RGB value is (253,109,184). Sum of RGB (Red+Green+Blue) = 253+109+184=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DB8 is #029247. Grayscale: #A0A0A0. Windows color (decimal): -168520 or 12086781. OLE color: 12086781.
HSL color Cylindrical-coordinate representation of color #FD6DB8: hue angle of 328.75º 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 #FD6DB8 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 184 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.01 |
| HSL | 328.75º | 0.97% | 0.71% | - |
| HSV(B) | 328.75º | 0.57% | 0.99% | - |
| XYZ | 54.63 | 35.28 | 49.28 | - |
| YUV | 160.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 184 | 0 | 0.57 | 0.27 | 0.01 | 328.75 | 0.97 | 0.71 |
| Hex | FD | 6D | B8 | 0 | 39 | 1B | 1 | 149 | 61 | 47 |
| Octal | 375 | 155 | 270 | 0 | 71 | 33 | 1 | 511 | 141 | 107 |
| Binary | 11111101 | 1101101 | 10111000 | 0 | 111001 | 11011 | 1 | 101001001 | 1100001 | 1000111 |
Color Harmonies of #FD6DB8
Complementary color
Monochromatic Colors of #FD6DB8
Black with #FD6DB8
Text Example
Text Example
White with #FD6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DB8; }
p { color: rgb(253,109,184); }
H1.HeaderClassName
{
color: #FD6DB8;
}
.AnyTagClassName
{
color: #FD6DB8;
}
</style>
background-color css
<style>
a { background-color: #FD6DB8; }
a { background-color: rgb(253,109,184); }
div.DivClassName
{
background-color: #FD6DB8;
}
.BgClassName
{
background-color: #FD6DB8;
}
</style>
border-color css
<style>
span { border-color: #FD6DB8; }
span { border-color: rgb(253,109,184); }
td.TdClassName
{
border-color: #FD6DB8;
}
.TagClassName
{
border-color: #FD6DB8;
}
</style>