Shades of Hot Pink #F655BC
Tints of Hot Pink #F655BC
RGB
CMYK
RGB Variations
Color information
#F655BC (or 0xF655BC) is known color: Hot Pink. HEX triplet: F6, 55 and BC. RGB value is (246,85,188). Sum of RGB (Red+Green+Blue) = 246+85+188=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F655BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655BC is #09AA43. Grayscale: #909090. Windows color (decimal): -633412 or 12342774. OLE color: 12342774.
HSL color Cylindrical-coordinate representation of color #F655BC: hue angle of 321.61º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655BC is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 188 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.04 |
| HSL | 321.61º | 0.9% | 0.65% | - |
| HSV(B) | 321.61º | 0.65% | 0.96% | - |
| XYZ | 50.33 | 29.72 | 50.66 | - |
| YUV | 144.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 188 | 0 | 0.65 | 0.24 | 0.04 | 321.61 | 0.9 | 0.65 |
| Hex | F6 | 55 | BC | 0 | 41 | 18 | 4 | 142 | 5A | 41 |
| Octal | 366 | 125 | 274 | 0 | 101 | 30 | 4 | 502 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10111100 | 0 | 1000001 | 11000 | 100 | 101000010 | 1011010 | 1000001 |
Color Harmonies of #F655BC
Complementary color
Monochromatic Colors of #F655BC
Black with #F655BC
Text Example
Text Example
White with #F655BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655BC; }
p { color: rgb(246,85,188); }
H1.HeaderClassName
{
color: #F655BC;
}
.AnyTagClassName
{
color: #F655BC;
}
</style>
background-color css
<style>
a { background-color: #F655BC; }
a { background-color: rgb(246,85,188); }
div.DivClassName
{
background-color: #F655BC;
}
.BgClassName
{
background-color: #F655BC;
}
</style>
border-color css
<style>
span { border-color: #F655BC; }
span { border-color: rgb(246,85,188); }
td.TdClassName
{
border-color: #F655BC;
}
.TagClassName
{
border-color: #F655BC;
}
</style>