Shades of Hot Pink #F64FBC
Tints of Hot Pink #F64FBC
RGB
CMYK
RGB Variations
Color information
#F64FBC (or 0xF64FBC) is known color: Hot Pink. HEX triplet: F6, 4F and BC. RGB value is (246,79,188). Sum of RGB (Red+Green+Blue) = 246+79+188=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FBC is #09B043. Grayscale: #8D8D8D. Windows color (decimal): -634948 or 12341238. OLE color: 12341238.
HSL color Cylindrical-coordinate representation of color #F64FBC: hue angle of 320.84º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FBC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 188 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.04 |
| HSL | 320.84º | 0.9% | 0.64% | - |
| HSV(B) | 320.84º | 0.68% | 0.96% | - |
| XYZ | 49.88 | 28.82 | 50.51 | - |
| YUV | 141.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 188 | 0 | 0.68 | 0.24 | 0.04 | 320.84 | 0.9 | 0.64 |
| Hex | F6 | 4F | BC | 0 | 44 | 18 | 4 | 141 | 5A | 40 |
| Octal | 366 | 117 | 274 | 0 | 104 | 30 | 4 | 501 | 132 | 100 |
| Binary | 11110110 | 1001111 | 10111100 | 0 | 1000100 | 11000 | 100 | 101000001 | 1011010 | 1000000 |
Color Harmonies of #F64FBC
Complementary color
Monochromatic Colors of #F64FBC
Black with #F64FBC
Text Example
Text Example
White with #F64FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FBC; }
p { color: rgb(246,79,188); }
H1.HeaderClassName
{
color: #F64FBC;
}
.AnyTagClassName
{
color: #F64FBC;
}
</style>
background-color css
<style>
a { background-color: #F64FBC; }
a { background-color: rgb(246,79,188); }
div.DivClassName
{
background-color: #F64FBC;
}
.BgClassName
{
background-color: #F64FBC;
}
</style>
border-color css
<style>
span { border-color: #F64FBC; }
span { border-color: rgb(246,79,188); }
td.TdClassName
{
border-color: #F64FBC;
}
.TagClassName
{
border-color: #F64FBC;
}
</style>