Shades of Hot Pink #FF6BBC
Tints of Hot Pink #FF6BBC
RGB
CMYK
RGB Variations
Color information
#FF6BBC (or 0xFF6BBC) is known color: Hot Pink. HEX triplet: FF, 6B and BC. RGB value is (255,107,188). Sum of RGB (Red+Green+Blue) = 255+107+188=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BBC is #009443. Grayscale: #A0A0A0. Windows color (decimal): -37956 or 12348415. OLE color: 12348415.
HSL color Cylindrical-coordinate representation of color #FF6BBC: hue angle of 327.16º 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 #FF6BBC is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 188 | - |
| CMYK | 0 | 0.58 | 0.26 | 0 |
| HSL | 327.16º | 1% | 0.71% | - |
| HSV(B) | 327.16º | 0.58% | 1% | - |
| XYZ | 55.57 | 35.41 | 51.48 | - |
| YUV | 160.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 188 | 0 | 0.58 | 0.26 | 0 | 327.16 | 1 | 0.71 |
| Hex | FF | 6B | BC | 0 | 3A | 1A | 0 | 147 | 64 | 47 |
| Octal | 377 | 153 | 274 | 0 | 72 | 32 | 0 | 507 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10111100 | 0 | 111010 | 11010 | 0 | 101000111 | 1100100 | 1000111 |
Color Harmonies of #FF6BBC
Complementary color
Monochromatic Colors of #FF6BBC
Black with #FF6BBC
Text Example
Text Example
White with #FF6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BBC; }
p { color: rgb(255,107,188); }
H1.HeaderClassName
{
color: #FF6BBC;
}
.AnyTagClassName
{
color: #FF6BBC;
}
</style>
background-color css
<style>
a { background-color: #FF6BBC; }
a { background-color: rgb(255,107,188); }
div.DivClassName
{
background-color: #FF6BBC;
}
.BgClassName
{
background-color: #FF6BBC;
}
</style>
border-color css
<style>
span { border-color: #FF6BBC; }
span { border-color: rgb(255,107,188); }
td.TdClassName
{
border-color: #FF6BBC;
}
.TagClassName
{
border-color: #FF6BBC;
}
</style>