Shades of Hot Pink #FB66A8
Tints of Hot Pink #FB66A8
RGB
CMYK
RGB Variations
Color information
#FB66A8 (or 0xFB66A8) is known color: Hot Pink. HEX triplet: FB, 66 and A8. RGB value is (251,102,168). Sum of RGB (Red+Green+Blue) = 251+102+168=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB66A8 is #049957. Grayscale: #999999. Windows color (decimal): -301400 or 11036411. OLE color: 11036411.
HSL color Cylindrical-coordinate representation of color #FB66A8: hue angle of 333.42º 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 #FB66A8 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 168 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.02 |
| HSL | 333.42º | 0.95% | 0.69% | - |
| HSV(B) | 333.42º | 0.59% | 0.98% | - |
| XYZ | 51.6 | 32.84 | 40.66 | - |
| YUV | 154.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 168 | 0 | 0.59 | 0.33 | 0.02 | 333.42 | 0.95 | 0.69 |
| Hex | FB | 66 | A8 | 0 | 3B | 21 | 2 | 14D | 5F | 45 |
| Octal | 373 | 146 | 250 | 0 | 73 | 41 | 2 | 515 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10101000 | 0 | 111011 | 100001 | 10 | 101001101 | 1011111 | 1000101 |
Color Harmonies of #FB66A8
Complementary color
Monochromatic Colors of #FB66A8
Black with #FB66A8
Text Example
Text Example
White with #FB66A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66A8; }
p { color: rgb(251,102,168); }
H1.HeaderClassName
{
color: #FB66A8;
}
.AnyTagClassName
{
color: #FB66A8;
}
</style>
background-color css
<style>
a { background-color: #FB66A8; }
a { background-color: rgb(251,102,168); }
div.DivClassName
{
background-color: #FB66A8;
}
.BgClassName
{
background-color: #FB66A8;
}
</style>
border-color css
<style>
span { border-color: #FB66A8; }
span { border-color: rgb(251,102,168); }
td.TdClassName
{
border-color: #FB66A8;
}
.TagClassName
{
border-color: #FB66A8;
}
</style>