Shades of Hot Pink #FF6BA8
Tints of Hot Pink #FF6BA8
RGB
CMYK
RGB Variations
Color information
#FF6BA8 (or 0xFF6BA8) is known color: Hot Pink. HEX triplet: FF, 6B and A8. RGB value is (255,107,168). Sum of RGB (Red+Green+Blue) = 255+107+168=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BA8 is #009457. Grayscale: #9E9E9E. Windows color (decimal): -37976 or 11037695. OLE color: 11037695.
HSL color Cylindrical-coordinate representation of color #FF6BA8: hue angle of 335.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BA8 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 168 | - |
| CMYK | 0 | 0.58 | 0.34 | 0 |
| HSL | 335.27º | 1% | 0.71% | - |
| HSV(B) | 335.27º | 0.58% | 1% | - |
| XYZ | 53.57 | 34.6 | 40.9 | - |
| YUV | 158.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 168 | 0 | 0.58 | 0.34 | 0 | 335.27 | 1 | 0.71 |
| Hex | FF | 6B | A8 | 0 | 3A | 22 | 0 | 14F | 64 | 47 |
| Octal | 377 | 153 | 250 | 0 | 72 | 42 | 0 | 517 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10101000 | 0 | 111010 | 100010 | 0 | 101001111 | 1100100 | 1000111 |
Color Harmonies of #FF6BA8
Complementary color
Monochromatic Colors of #FF6BA8
Black with #FF6BA8
Text Example
Text Example
White with #FF6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BA8; }
p { color: rgb(255,107,168); }
H1.HeaderClassName
{
color: #FF6BA8;
}
.AnyTagClassName
{
color: #FF6BA8;
}
</style>
background-color css
<style>
a { background-color: #FF6BA8; }
a { background-color: rgb(255,107,168); }
div.DivClassName
{
background-color: #FF6BA8;
}
.BgClassName
{
background-color: #FF6BA8;
}
</style>
border-color css
<style>
span { border-color: #FF6BA8; }
span { border-color: rgb(255,107,168); }
td.TdClassName
{
border-color: #FF6BA8;
}
.TagClassName
{
border-color: #FF6BA8;
}
</style>