Shades of Hot Pink #F84FBF
Tints of Hot Pink #F84FBF
RGB
CMYK
RGB Variations
Color information
#F84FBF (or 0xF84FBF) is known color: Hot Pink. HEX triplet: F8, 4F and BF. RGB value is (248,79,191). Sum of RGB (Red+Green+Blue) = 248+79+191=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FBF is #07B040. Grayscale: #8E8E8E. Windows color (decimal): -503873 or 12537848. OLE color: 12537848.
HSL color Cylindrical-coordinate representation of color #F84FBF: hue angle of 320.24º 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 #F84FBF is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 191 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.03 |
| HSL | 320.24º | 0.92% | 0.64% | - |
| HSV(B) | 320.24º | 0.68% | 0.97% | - |
| XYZ | 50.91 | 29.31 | 52.26 | - |
| YUV | 142.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 191 | 0 | 0.68 | 0.23 | 0.03 | 320.24 | 0.92 | 0.64 |
| Hex | F8 | 4F | BF | 0 | 44 | 17 | 3 | 140 | 5C | 40 |
| Octal | 370 | 117 | 277 | 0 | 104 | 27 | 3 | 500 | 134 | 100 |
| Binary | 11111000 | 1001111 | 10111111 | 0 | 1000100 | 10111 | 11 | 101000000 | 1011100 | 1000000 |
Color Harmonies of #F84FBF
Complementary color
Monochromatic Colors of #F84FBF
Black with #F84FBF
Text Example
Text Example
White with #F84FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FBF; }
p { color: rgb(248,79,191); }
H1.HeaderClassName
{
color: #F84FBF;
}
.AnyTagClassName
{
color: #F84FBF;
}
</style>
background-color css
<style>
a { background-color: #F84FBF; }
a { background-color: rgb(248,79,191); }
div.DivClassName
{
background-color: #F84FBF;
}
.BgClassName
{
background-color: #F84FBF;
}
</style>
border-color css
<style>
span { border-color: #F84FBF; }
span { border-color: rgb(248,79,191); }
td.TdClassName
{
border-color: #F84FBF;
}
.TagClassName
{
border-color: #F84FBF;
}
</style>