Shades of Hot Pink #FB64B8
Tints of Hot Pink #FB64B8
RGB
CMYK
RGB Variations
Color information
#FB64B8 (or 0xFB64B8) is known color: Hot Pink. HEX triplet: FB, 64 and B8. RGB value is (251,100,184). Sum of RGB (Red+Green+Blue) = 251+100+184=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64B8 is #049B47. Grayscale: #9A9A9A. Windows color (decimal): -301896 or 12084475. OLE color: 12084475.
HSL color Cylindrical-coordinate representation of color #FB64B8: hue angle of 326.62º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64B8 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 184 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.02 |
| HSL | 326.62º | 0.95% | 0.69% | - |
| HSV(B) | 326.62º | 0.6% | 0.98% | - |
| XYZ | 52.99 | 33.08 | 48.94 | - |
| YUV | 154.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 184 | 0 | 0.60 | 0.27 | 0.02 | 326.62 | 0.95 | 0.69 |
| Hex | FB | 64 | B8 | 0 | 3C | 1B | 2 | 147 | 5F | 45 |
| Octal | 373 | 144 | 270 | 0 | 74 | 33 | 2 | 507 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10111000 | 0 | 111100 | 11011 | 10 | 101000111 | 1011111 | 1000101 |
Color Harmonies of #FB64B8
Complementary color
Monochromatic Colors of #FB64B8
Black with #FB64B8
Text Example
Text Example
White with #FB64B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64B8; }
p { color: rgb(251,100,184); }
H1.HeaderClassName
{
color: #FB64B8;
}
.AnyTagClassName
{
color: #FB64B8;
}
</style>
background-color css
<style>
a { background-color: #FB64B8; }
a { background-color: rgb(251,100,184); }
div.DivClassName
{
background-color: #FB64B8;
}
.BgClassName
{
background-color: #FB64B8;
}
</style>
border-color css
<style>
span { border-color: #FB64B8; }
span { border-color: rgb(251,100,184); }
td.TdClassName
{
border-color: #FB64B8;
}
.TagClassName
{
border-color: #FB64B8;
}
</style>