Shades of Hot Pink #FB66B0
Tints of Hot Pink #FB66B0
RGB
CMYK
RGB Variations
Color information
#FB66B0 (or 0xFB66B0) is known color: Hot Pink. HEX triplet: FB, 66 and B0. RGB value is (251,102,176). Sum of RGB (Red+Green+Blue) = 251+102+176=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB66B0 is #04994F. Grayscale: #9A9A9A. Windows color (decimal): -301392 or 11560699. OLE color: 11560699.
HSL color Cylindrical-coordinate representation of color #FB66B0: hue angle of 330.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66B0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 176 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.02 |
| HSL | 330.2º | 0.95% | 0.69% | - |
| HSV(B) | 330.2º | 0.59% | 0.98% | - |
| XYZ | 52.37 | 33.15 | 44.71 | - |
| YUV | 154.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 176 | 0 | 0.59 | 0.30 | 0.02 | 330.2 | 0.95 | 0.69 |
| Hex | FB | 66 | B0 | 0 | 3B | 1E | 2 | 14A | 5F | 45 |
| Octal | 373 | 146 | 260 | 0 | 73 | 36 | 2 | 512 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10110000 | 0 | 111011 | 11110 | 10 | 101001010 | 1011111 | 1000101 |
Color Harmonies of #FB66B0
Complementary color
Monochromatic Colors of #FB66B0
Black with #FB66B0
Text Example
Text Example
White with #FB66B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66B0; }
p { color: rgb(251,102,176); }
H1.HeaderClassName
{
color: #FB66B0;
}
.AnyTagClassName
{
color: #FB66B0;
}
</style>
background-color css
<style>
a { background-color: #FB66B0; }
a { background-color: rgb(251,102,176); }
div.DivClassName
{
background-color: #FB66B0;
}
.BgClassName
{
background-color: #FB66B0;
}
</style>
border-color css
<style>
span { border-color: #FB66B0; }
span { border-color: rgb(251,102,176); }
td.TdClassName
{
border-color: #FB66B0;
}
.TagClassName
{
border-color: #FB66B0;
}
</style>