Shades of Hot Pink #FB65B1
Tints of Hot Pink #FB65B1
RGB
CMYK
RGB Variations
Color information
#FB65B1 (or 0xFB65B1) is known color: Hot Pink. HEX triplet: FB, 65 and B1. RGB value is (251,101,177). Sum of RGB (Red+Green+Blue) = 251+101+177=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65B1 is #049A4E. Grayscale: #9A9A9A. Windows color (decimal): -301647 or 11625979. OLE color: 11625979.
HSL color Cylindrical-coordinate representation of color #FB65B1: hue angle of 329.6º 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 #FB65B1 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 177 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.02 |
| HSL | 329.6º | 0.95% | 0.69% | - |
| HSV(B) | 329.6º | 0.6% | 0.98% | - |
| XYZ | 52.37 | 32.99 | 45.2 | - |
| YUV | 154.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 177 | 0 | 0.60 | 0.29 | 0.02 | 329.6 | 0.95 | 0.69 |
| Hex | FB | 65 | B1 | 0 | 3C | 1D | 2 | 14A | 5F | 45 |
| Octal | 373 | 145 | 261 | 0 | 74 | 35 | 2 | 512 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10110001 | 0 | 111100 | 11101 | 10 | 101001010 | 1011111 | 1000101 |
Color Harmonies of #FB65B1
Complementary color
Monochromatic Colors of #FB65B1
Black with #FB65B1
Text Example
Text Example
White with #FB65B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65B1; }
p { color: rgb(251,101,177); }
H1.HeaderClassName
{
color: #FB65B1;
}
.AnyTagClassName
{
color: #FB65B1;
}
</style>
background-color css
<style>
a { background-color: #FB65B1; }
a { background-color: rgb(251,101,177); }
div.DivClassName
{
background-color: #FB65B1;
}
.BgClassName
{
background-color: #FB65B1;
}
</style>
border-color css
<style>
span { border-color: #FB65B1; }
span { border-color: rgb(251,101,177); }
td.TdClassName
{
border-color: #FB65B1;
}
.TagClassName
{
border-color: #FB65B1;
}
</style>