Shades of Hot Pink #F854BA
Tints of Hot Pink #F854BA
RGB
CMYK
RGB Variations
Color information
#F854BA (or 0xF854BA) is known color: Hot Pink. HEX triplet: F8, 54 and BA. RGB value is (248,84,186). Sum of RGB (Red+Green+Blue) = 248+84+186=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F854BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F854BA is #07AB45. Grayscale: #909090. Windows color (decimal): -502598 or 12211448. OLE color: 12211448.
HSL color Cylindrical-coordinate representation of color #F854BA: hue angle of 322.68º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F854BA is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 186 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.03 |
| HSL | 322.68º | 0.92% | 0.65% | - |
| HSV(B) | 322.68º | 0.66% | 0.97% | - |
| XYZ | 50.74 | 29.84 | 49.54 | - |
| YUV | 144.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 186 | 0 | 0.66 | 0.25 | 0.03 | 322.68 | 0.92 | 0.65 |
| Hex | F8 | 54 | BA | 0 | 42 | 19 | 3 | 143 | 5C | 41 |
| Octal | 370 | 124 | 272 | 0 | 102 | 31 | 3 | 503 | 134 | 101 |
| Binary | 11111000 | 1010100 | 10111010 | 0 | 1000010 | 11001 | 11 | 101000011 | 1011100 | 1000001 |
Color Harmonies of #F854BA
Complementary color
Monochromatic Colors of #F854BA
Black with #F854BA
Text Example
Text Example
White with #F854BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F854BA; }
p { color: rgb(248,84,186); }
H1.HeaderClassName
{
color: #F854BA;
}
.AnyTagClassName
{
color: #F854BA;
}
</style>
background-color css
<style>
a { background-color: #F854BA; }
a { background-color: rgb(248,84,186); }
div.DivClassName
{
background-color: #F854BA;
}
.BgClassName
{
background-color: #F854BA;
}
</style>
border-color css
<style>
span { border-color: #F854BA; }
span { border-color: rgb(248,84,186); }
td.TdClassName
{
border-color: #F854BA;
}
.TagClassName
{
border-color: #F854BA;
}
</style>