Shades of Hot Pink #F650BC
Tints of Hot Pink #F650BC
RGB
CMYK
RGB Variations
Color information
#F650BC (or 0xF650BC) is known color: Hot Pink. HEX triplet: F6, 50 and BC. RGB value is (246,80,188). Sum of RGB (Red+Green+Blue) = 246+80+188=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F650BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F650BC is #09AF43. Grayscale: #8D8D8D. Windows color (decimal): -634692 or 12341494. OLE color: 12341494.
HSL color Cylindrical-coordinate representation of color #F650BC: hue angle of 320.96º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F650BC is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 188 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.04 |
| HSL | 320.96º | 0.9% | 0.64% | - |
| HSV(B) | 320.96º | 0.67% | 0.96% | - |
| XYZ | 49.95 | 28.96 | 50.53 | - |
| YUV | 141.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 188 | 0 | 0.67 | 0.24 | 0.04 | 320.96 | 0.9 | 0.64 |
| Hex | F6 | 50 | BC | 0 | 43 | 18 | 4 | 141 | 5A | 40 |
| Octal | 366 | 120 | 274 | 0 | 103 | 30 | 4 | 501 | 132 | 100 |
| Binary | 11110110 | 1010000 | 10111100 | 0 | 1000011 | 11000 | 100 | 101000001 | 1011010 | 1000000 |
Color Harmonies of #F650BC
Complementary color
Monochromatic Colors of #F650BC
Black with #F650BC
Text Example
Text Example
White with #F650BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F650BC; }
p { color: rgb(246,80,188); }
H1.HeaderClassName
{
color: #F650BC;
}
.AnyTagClassName
{
color: #F650BC;
}
</style>
background-color css
<style>
a { background-color: #F650BC; }
a { background-color: rgb(246,80,188); }
div.DivClassName
{
background-color: #F650BC;
}
.BgClassName
{
background-color: #F650BC;
}
</style>
border-color css
<style>
span { border-color: #F650BC; }
span { border-color: rgb(246,80,188); }
td.TdClassName
{
border-color: #F650BC;
}
.TagClassName
{
border-color: #F650BC;
}
</style>