Shades of Hot Pink #FF6BBB
Tints of Hot Pink #FF6BBB
RGB
CMYK
RGB Variations
Color information
#FF6BBB (or 0xFF6BBB) is known color: Hot Pink. HEX triplet: FF, 6B and BB. RGB value is (255,107,187). Sum of RGB (Red+Green+Blue) = 255+107+187=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BBB is #009444. Grayscale: #A0A0A0. Windows color (decimal): -37957 or 12282879. OLE color: 12282879.
HSL color Cylindrical-coordinate representation of color #FF6BBB: hue angle of 327.57º 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 #FF6BBB is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 187 | - |
| CMYK | 0 | 0.58 | 0.27 | 0 |
| HSL | 327.57º | 1% | 0.71% | - |
| HSV(B) | 327.57º | 0.58% | 1% | - |
| XYZ | 55.47 | 35.36 | 50.92 | - |
| YUV | 160.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 187 | 0 | 0.58 | 0.27 | 0 | 327.57 | 1 | 0.71 |
| Hex | FF | 6B | BB | 0 | 3A | 1B | 0 | 148 | 64 | 47 |
| Octal | 377 | 153 | 273 | 0 | 72 | 33 | 0 | 510 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10111011 | 0 | 111010 | 11011 | 0 | 101001000 | 1100100 | 1000111 |
Color Harmonies of #FF6BBB
Complementary color
Monochromatic Colors of #FF6BBB
Black with #FF6BBB
Text Example
Text Example
White with #FF6BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BBB; }
p { color: rgb(255,107,187); }
H1.HeaderClassName
{
color: #FF6BBB;
}
.AnyTagClassName
{
color: #FF6BBB;
}
</style>
background-color css
<style>
a { background-color: #FF6BBB; }
a { background-color: rgb(255,107,187); }
div.DivClassName
{
background-color: #FF6BBB;
}
.BgClassName
{
background-color: #FF6BBB;
}
</style>
border-color css
<style>
span { border-color: #FF6BBB; }
span { border-color: rgb(255,107,187); }
td.TdClassName
{
border-color: #FF6BBB;
}
.TagClassName
{
border-color: #FF6BBB;
}
</style>