Shades of Hot Pink #FF6BBD
Tints of Hot Pink #FF6BBD
RGB
CMYK
RGB Variations
Color information
#FF6BBD (or 0xFF6BBD) is known color: Hot Pink. HEX triplet: FF, 6B and BD. RGB value is (255,107,189). Sum of RGB (Red+Green+Blue) = 255+107+189=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BBD is #009442. Grayscale: #A0A0A0. Windows color (decimal): -37955 or 12413951. OLE color: 12413951.
HSL color Cylindrical-coordinate representation of color #FF6BBD: hue angle of 326.76º 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 #FF6BBD is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 189 | - |
| CMYK | 0 | 0.58 | 0.26 | 0 |
| HSL | 326.76º | 1% | 0.71% | - |
| HSV(B) | 326.76º | 0.58% | 1% | - |
| XYZ | 55.68 | 35.45 | 52.05 | - |
| YUV | 160.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 189 | 0 | 0.58 | 0.26 | 0 | 326.76 | 1 | 0.71 |
| Hex | FF | 6B | BD | 0 | 3A | 1A | 0 | 147 | 64 | 47 |
| Octal | 377 | 153 | 275 | 0 | 72 | 32 | 0 | 507 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10111101 | 0 | 111010 | 11010 | 0 | 101000111 | 1100100 | 1000111 |
Color Harmonies of #FF6BBD
Complementary color
Monochromatic Colors of #FF6BBD
Black with #FF6BBD
Text Example
Text Example
White with #FF6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BBD; }
p { color: rgb(255,107,189); }
H1.HeaderClassName
{
color: #FF6BBD;
}
.AnyTagClassName
{
color: #FF6BBD;
}
</style>
background-color css
<style>
a { background-color: #FF6BBD; }
a { background-color: rgb(255,107,189); }
div.DivClassName
{
background-color: #FF6BBD;
}
.BgClassName
{
background-color: #FF6BBD;
}
</style>
border-color css
<style>
span { border-color: #FF6BBD; }
span { border-color: rgb(255,107,189); }
td.TdClassName
{
border-color: #FF6BBD;
}
.TagClassName
{
border-color: #FF6BBD;
}
</style>