Shades of Hot Pink #FB53B8
Tints of Hot Pink #FB53B8
RGB
CMYK
RGB Variations
Color information
#FB53B8 (or 0xFB53B8) is known color: Hot Pink. HEX triplet: FB, 53 and B8. RGB value is (251,83,184). Sum of RGB (Red+Green+Blue) = 251+83+184=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53B8 is #04AC47. Grayscale: #909090. Windows color (decimal): -306248 or 12080123. OLE color: 12080123.
HSL color Cylindrical-coordinate representation of color #FB53B8: hue angle of 323.93º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB53B8 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 184 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.02 |
| HSL | 323.93º | 0.95% | 0.65% | - |
| HSV(B) | 323.93º | 0.67% | 0.98% | - |
| XYZ | 51.53 | 30.16 | 48.45 | - |
| YUV | 144.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 184 | 0 | 0.67 | 0.27 | 0.02 | 323.93 | 0.95 | 0.65 |
| Hex | FB | 53 | B8 | 0 | 43 | 1B | 2 | 144 | 5F | 41 |
| Octal | 373 | 123 | 270 | 0 | 103 | 33 | 2 | 504 | 137 | 101 |
| Binary | 11111011 | 1010011 | 10111000 | 0 | 1000011 | 11011 | 10 | 101000100 | 1011111 | 1000001 |
Color Harmonies of #FB53B8
Complementary color
Monochromatic Colors of #FB53B8
Black with #FB53B8
Text Example
Text Example
White with #FB53B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB53B8; }
p { color: rgb(251,83,184); }
H1.HeaderClassName
{
color: #FB53B8;
}
.AnyTagClassName
{
color: #FB53B8;
}
</style>
background-color css
<style>
a { background-color: #FB53B8; }
a { background-color: rgb(251,83,184); }
div.DivClassName
{
background-color: #FB53B8;
}
.BgClassName
{
background-color: #FB53B8;
}
</style>
border-color css
<style>
span { border-color: #FB53B8; }
span { border-color: rgb(251,83,184); }
td.TdClassName
{
border-color: #FB53B8;
}
.TagClassName
{
border-color: #FB53B8;
}
</style>