Shades of Hot Pink #FB65B0
Tints of Hot Pink #FB65B0
RGB
CMYK
RGB Variations
Color information
#FB65B0 (or 0xFB65B0) is known color: Hot Pink. HEX triplet: FB, 65 and B0. RGB value is (251,101,176). Sum of RGB (Red+Green+Blue) = 251+101+176=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65B0 is #049A4F. Grayscale: #9A9A9A. Windows color (decimal): -301648 or 11560443. OLE color: 11560443.
HSL color Cylindrical-coordinate representation of color #FB65B0: hue angle of 330º 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 #FB65B0 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 176 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.02 |
| HSL | 330º | 0.95% | 0.69% | - |
| HSV(B) | 330º | 0.6% | 0.98% | - |
| XYZ | 52.27 | 32.95 | 44.68 | - |
| YUV | 154.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 176 | 0 | 0.60 | 0.30 | 0.02 | 330 | 0.95 | 0.69 |
| Hex | FB | 65 | B0 | 0 | 3C | 1E | 2 | 14A | 5F | 45 |
| Octal | 373 | 145 | 260 | 0 | 74 | 36 | 2 | 512 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10110000 | 0 | 111100 | 11110 | 10 | 101001010 | 1011111 | 1000101 |
Color Harmonies of #FB65B0
Complementary color
Monochromatic Colors of #FB65B0
Black with #FB65B0
Text Example
Text Example
White with #FB65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65B0; }
p { color: rgb(251,101,176); }
H1.HeaderClassName
{
color: #FB65B0;
}
.AnyTagClassName
{
color: #FB65B0;
}
</style>
background-color css
<style>
a { background-color: #FB65B0; }
a { background-color: rgb(251,101,176); }
div.DivClassName
{
background-color: #FB65B0;
}
.BgClassName
{
background-color: #FB65B0;
}
</style>
border-color css
<style>
span { border-color: #FB65B0; }
span { border-color: rgb(251,101,176); }
td.TdClassName
{
border-color: #FB65B0;
}
.TagClassName
{
border-color: #FB65B0;
}
</style>