Shades of Hot Pink #FB64AA
Tints of Hot Pink #FB64AA
RGB
CMYK
RGB Variations
Color information
#FB64AA (or 0xFB64AA) is known color: Hot Pink. HEX triplet: FB, 64 and AA. RGB value is (251,100,170). Sum of RGB (Red+Green+Blue) = 251+100+170=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB64AA is #049B55. Grayscale: #999999. Windows color (decimal): -301910 or 11166971. OLE color: 11166971.
HSL color Cylindrical-coordinate representation of color #FB64AA: hue angle of 332.19º 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 #FB64AA is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 170 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.02 |
| HSL | 332.19º | 0.95% | 0.69% | - |
| HSV(B) | 332.19º | 0.6% | 0.98% | - |
| XYZ | 51.6 | 32.53 | 41.59 | - |
| YUV | 153.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 170 | 0 | 0.60 | 0.32 | 0.02 | 332.19 | 0.95 | 0.69 |
| Hex | FB | 64 | AA | 0 | 3C | 20 | 2 | 14C | 5F | 45 |
| Octal | 373 | 144 | 252 | 0 | 74 | 40 | 2 | 514 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10101010 | 0 | 111100 | 100000 | 10 | 101001100 | 1011111 | 1000101 |
Color Harmonies of #FB64AA
Complementary color
Monochromatic Colors of #FB64AA
Black with #FB64AA
Text Example
Text Example
White with #FB64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64AA; }
p { color: rgb(251,100,170); }
H1.HeaderClassName
{
color: #FB64AA;
}
.AnyTagClassName
{
color: #FB64AA;
}
</style>
background-color css
<style>
a { background-color: #FB64AA; }
a { background-color: rgb(251,100,170); }
div.DivClassName
{
background-color: #FB64AA;
}
.BgClassName
{
background-color: #FB64AA;
}
</style>
border-color css
<style>
span { border-color: #FB64AA; }
span { border-color: rgb(251,100,170); }
td.TdClassName
{
border-color: #FB64AA;
}
.TagClassName
{
border-color: #FB64AA;
}
</style>