Shades of Hot Pink #F84FBC
Tints of Hot Pink #F84FBC
RGB
CMYK
RGB Variations
Color information
#F84FBC (or 0xF84FBC) is known color: Hot Pink. HEX triplet: F8, 4F and BC. RGB value is (248,79,188). Sum of RGB (Red+Green+Blue) = 248+79+188=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FBC is #07B043. Grayscale: #8D8D8D. Windows color (decimal): -503876 or 12341240. OLE color: 12341240.
HSL color Cylindrical-coordinate representation of color #F84FBC: hue angle of 321.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FBC is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 188 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.03 |
| HSL | 321.3º | 0.92% | 0.64% | - |
| HSV(B) | 321.3º | 0.68% | 0.97% | - |
| XYZ | 50.58 | 29.18 | 50.54 | - |
| YUV | 141.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 188 | 0 | 0.68 | 0.24 | 0.03 | 321.3 | 0.92 | 0.64 |
| Hex | F8 | 4F | BC | 0 | 44 | 18 | 3 | 141 | 5C | 40 |
| Octal | 370 | 117 | 274 | 0 | 104 | 30 | 3 | 501 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10111100 | 0 | 1000100 | 11000 | 11 | 101000001 | 1011100 | 1000000 |
Color Harmonies of #F84FBC
Complementary color
Monochromatic Colors of #F84FBC
Black with #F84FBC
Text Example
Text Example
White with #F84FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FBC; }
p { color: rgb(248,79,188); }
H1.HeaderClassName
{
color: #F84FBC;
}
.AnyTagClassName
{
color: #F84FBC;
}
</style>
background-color css
<style>
a { background-color: #F84FBC; }
a { background-color: rgb(248,79,188); }
div.DivClassName
{
background-color: #F84FBC;
}
.BgClassName
{
background-color: #F84FBC;
}
</style>
border-color css
<style>
span { border-color: #F84FBC; }
span { border-color: rgb(248,79,188); }
td.TdClassName
{
border-color: #F84FBC;
}
.TagClassName
{
border-color: #F84FBC;
}
</style>