Shades of Hot Pink #FD6DB5
Tints of Hot Pink #FD6DB5
RGB
CMYK
RGB Variations
Color information
#FD6DB5 (or 0xFD6DB5) is known color: Hot Pink. HEX triplet: FD, 6D and B5. RGB value is (253,109,181). Sum of RGB (Red+Green+Blue) = 253+109+181=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DB5 is #02924A. Grayscale: #A0A0A0. Windows color (decimal): -168523 or 11890173. OLE color: 11890173.
HSL color Cylindrical-coordinate representation of color #FD6DB5: hue angle of 330º 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 #FD6DB5 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 181 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.01 |
| HSL | 330º | 0.97% | 0.71% | - |
| HSV(B) | 330º | 0.57% | 0.99% | - |
| XYZ | 54.32 | 35.16 | 47.64 | - |
| YUV | 160.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 181 | 0 | 0.57 | 0.28 | 0.01 | 330 | 0.97 | 0.71 |
| Hex | FD | 6D | B5 | 0 | 39 | 1C | 1 | 14A | 61 | 47 |
| Octal | 375 | 155 | 265 | 0 | 71 | 34 | 1 | 512 | 141 | 107 |
| Binary | 11111101 | 1101101 | 10110101 | 0 | 111001 | 11100 | 1 | 101001010 | 1100001 | 1000111 |
Color Harmonies of #FD6DB5
Complementary color
Monochromatic Colors of #FD6DB5
Black with #FD6DB5
Text Example
Text Example
White with #FD6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DB5; }
p { color: rgb(253,109,181); }
H1.HeaderClassName
{
color: #FD6DB5;
}
.AnyTagClassName
{
color: #FD6DB5;
}
</style>
background-color css
<style>
a { background-color: #FD6DB5; }
a { background-color: rgb(253,109,181); }
div.DivClassName
{
background-color: #FD6DB5;
}
.BgClassName
{
background-color: #FD6DB5;
}
</style>
border-color css
<style>
span { border-color: #FD6DB5; }
span { border-color: rgb(253,109,181); }
td.TdClassName
{
border-color: #FD6DB5;
}
.TagClassName
{
border-color: #FD6DB5;
}
</style>