Shades of Hot Pink #FD5BBB
Tints of Hot Pink #FD5BBB
RGB
CMYK
RGB Variations
Color information
#FD5BBB (or 0xFD5BBB) is known color: Hot Pink. HEX triplet: FD, 5B and BB. RGB value is (253,91,187). Sum of RGB (Red+Green+Blue) = 253+91+187=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BBB is #02A444. Grayscale: #969696. Windows color (decimal): -173125 or 12278781. OLE color: 12278781.
HSL color Cylindrical-coordinate representation of color #FD5BBB: hue angle of 324.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5BBB is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 187 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.01 |
| HSL | 324.44º | 0.98% | 0.67% | - |
| HSV(B) | 324.44º | 0.64% | 0.99% | - |
| XYZ | 53.22 | 31.95 | 50.38 | - |
| YUV | 150.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 187 | 0 | 0.64 | 0.26 | 0.01 | 324.44 | 0.98 | 0.67 |
| Hex | FD | 5B | BB | 0 | 40 | 1A | 1 | 144 | 62 | 43 |
| Octal | 375 | 133 | 273 | 0 | 100 | 32 | 1 | 504 | 142 | 103 |
| Binary | 11111101 | 1011011 | 10111011 | 0 | 1000000 | 11010 | 1 | 101000100 | 1100010 | 1000011 |
Color Harmonies of #FD5BBB
Complementary color
Monochromatic Colors of #FD5BBB
Black with #FD5BBB
Text Example
Text Example
White with #FD5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5BBB; }
p { color: rgb(253,91,187); }
H1.HeaderClassName
{
color: #FD5BBB;
}
.AnyTagClassName
{
color: #FD5BBB;
}
</style>
background-color css
<style>
a { background-color: #FD5BBB; }
a { background-color: rgb(253,91,187); }
div.DivClassName
{
background-color: #FD5BBB;
}
.BgClassName
{
background-color: #FD5BBB;
}
</style>
border-color css
<style>
span { border-color: #FD5BBB; }
span { border-color: rgb(253,91,187); }
td.TdClassName
{
border-color: #FD5BBB;
}
.TagClassName
{
border-color: #FD5BBB;
}
</style>