Shades of Hot Pink #F852BA
Tints of Hot Pink #F852BA
RGB
CMYK
RGB Variations
Color information
#F852BA (or 0xF852BA) is known color: Hot Pink. HEX triplet: F8, 52 and BA. RGB value is (248,82,186). Sum of RGB (Red+Green+Blue) = 248+82+186=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F852BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F852BA is #07AD45. Grayscale: #8F8F8F. Windows color (decimal): -503110 or 12210936. OLE color: 12210936.
HSL color Cylindrical-coordinate representation of color #F852BA: hue angle of 322.41º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F852BA is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 186 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.03 |
| HSL | 322.41º | 0.92% | 0.65% | - |
| HSV(B) | 322.41º | 0.67% | 0.97% | - |
| XYZ | 50.59 | 29.54 | 49.49 | - |
| YUV | 143.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 186 | 0 | 0.67 | 0.25 | 0.03 | 322.41 | 0.92 | 0.65 |
| Hex | F8 | 52 | BA | 0 | 43 | 19 | 3 | 142 | 5C | 41 |
| Octal | 370 | 122 | 272 | 0 | 103 | 31 | 3 | 502 | 134 | 101 |
| Binary | 11111000 | 1010010 | 10111010 | 0 | 1000011 | 11001 | 11 | 101000010 | 1011100 | 1000001 |
Color Harmonies of #F852BA
Complementary color
Monochromatic Colors of #F852BA
Black with #F852BA
Text Example
Text Example
White with #F852BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F852BA; }
p { color: rgb(248,82,186); }
H1.HeaderClassName
{
color: #F852BA;
}
.AnyTagClassName
{
color: #F852BA;
}
</style>
background-color css
<style>
a { background-color: #F852BA; }
a { background-color: rgb(248,82,186); }
div.DivClassName
{
background-color: #F852BA;
}
.BgClassName
{
background-color: #F852BA;
}
</style>
border-color css
<style>
span { border-color: #F852BA; }
span { border-color: rgb(248,82,186); }
td.TdClassName
{
border-color: #F852BA;
}
.TagClassName
{
border-color: #F852BA;
}
</style>