Shades of Hot Pink #FB65A8
Tints of Hot Pink #FB65A8
RGB
CMYK
RGB Variations
Color information
#FB65A8 (or 0xFB65A8) is known color: Hot Pink. HEX triplet: FB, 65 and A8. RGB value is (251,101,168). Sum of RGB (Red+Green+Blue) = 251+101+168=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65A8 is #049A57. Grayscale: #999999. Windows color (decimal): -301656 or 11036155. OLE color: 11036155.
HSL color Cylindrical-coordinate representation of color #FB65A8: hue angle of 333.2º 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 #FB65A8 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 168 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.02 |
| HSL | 333.2º | 0.95% | 0.69% | - |
| HSV(B) | 333.2º | 0.6% | 0.98% | - |
| XYZ | 51.51 | 32.64 | 40.63 | - |
| YUV | 153.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 168 | 0 | 0.60 | 0.33 | 0.02 | 333.2 | 0.95 | 0.69 |
| Hex | FB | 65 | A8 | 0 | 3C | 21 | 2 | 14D | 5F | 45 |
| Octal | 373 | 145 | 250 | 0 | 74 | 41 | 2 | 515 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10101000 | 0 | 111100 | 100001 | 10 | 101001101 | 1011111 | 1000101 |
Color Harmonies of #FB65A8
Complementary color
Monochromatic Colors of #FB65A8
Black with #FB65A8
Text Example
Text Example
White with #FB65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65A8; }
p { color: rgb(251,101,168); }
H1.HeaderClassName
{
color: #FB65A8;
}
.AnyTagClassName
{
color: #FB65A8;
}
</style>
background-color css
<style>
a { background-color: #FB65A8; }
a { background-color: rgb(251,101,168); }
div.DivClassName
{
background-color: #FB65A8;
}
.BgClassName
{
background-color: #FB65A8;
}
</style>
border-color css
<style>
span { border-color: #FB65A8; }
span { border-color: rgb(251,101,168); }
td.TdClassName
{
border-color: #FB65A8;
}
.TagClassName
{
border-color: #FB65A8;
}
</style>