Shades of Hot Pink #FF6FBC
Tints of Hot Pink #FF6FBC
RGB
CMYK
RGB Variations
Color information
#FF6FBC (or 0xFF6FBC) is known color: Hot Pink. HEX triplet: FF, 6F and BC. RGB value is (255,111,188). Sum of RGB (Red+Green+Blue) = 255+111+188=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FBC is #009043. Grayscale: #A2A2A2. Windows color (decimal): -36932 or 12349439. OLE color: 12349439.
HSL color Cylindrical-coordinate representation of color #FF6FBC: hue angle of 327.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FBC is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 188 | - |
| CMYK | 0 | 0.56 | 0.26 | 0 |
| HSL | 327.92º | 1% | 0.72% | - |
| HSV(B) | 327.92º | 0.56% | 1% | - |
| XYZ | 56 | 36.26 | 51.62 | - |
| YUV | 162.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 188 | 0 | 0.56 | 0.26 | 0 | 327.92 | 1 | 0.72 |
| Hex | FF | 6F | BC | 0 | 38 | 1A | 0 | 148 | 64 | 48 |
| Octal | 377 | 157 | 274 | 0 | 70 | 32 | 0 | 510 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10111100 | 0 | 111000 | 11010 | 0 | 101001000 | 1100100 | 1001000 |
Color Harmonies of #FF6FBC
Complementary color
Monochromatic Colors of #FF6FBC
Black with #FF6FBC
Text Example
Text Example
White with #FF6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FBC; }
p { color: rgb(255,111,188); }
H1.HeaderClassName
{
color: #FF6FBC;
}
.AnyTagClassName
{
color: #FF6FBC;
}
</style>
background-color css
<style>
a { background-color: #FF6FBC; }
a { background-color: rgb(255,111,188); }
div.DivClassName
{
background-color: #FF6FBC;
}
.BgClassName
{
background-color: #FF6FBC;
}
</style>
border-color css
<style>
span { border-color: #FF6FBC; }
span { border-color: rgb(255,111,188); }
td.TdClassName
{
border-color: #FF6FBC;
}
.TagClassName
{
border-color: #FF6FBC;
}
</style>