Shades of Hot Pink #F652BA
Tints of Hot Pink #F652BA
RGB
CMYK
RGB Variations
Color information
#F652BA (or 0xF652BA) is known color: Hot Pink. HEX triplet: F6, 52 and BA. RGB value is (246,82,186). Sum of RGB (Red+Green+Blue) = 246+82+186=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F652BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F652BA is #09AD45. Grayscale: #8E8E8E. Windows color (decimal): -634182 or 12210934. OLE color: 12210934.
HSL color Cylindrical-coordinate representation of color #F652BA: hue angle of 321.95º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F652BA is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 186 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.04 |
| HSL | 321.95º | 0.9% | 0.64% | - |
| HSV(B) | 321.95º | 0.67% | 0.96% | - |
| XYZ | 49.89 | 29.17 | 49.46 | - |
| YUV | 142.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 186 | 0 | 0.67 | 0.24 | 0.04 | 321.95 | 0.9 | 0.64 |
| Hex | F6 | 52 | BA | 0 | 43 | 18 | 4 | 142 | 5A | 40 |
| Octal | 366 | 122 | 272 | 0 | 103 | 30 | 4 | 502 | 132 | 100 |
| Binary | 11110110 | 1010010 | 10111010 | 0 | 1000011 | 11000 | 100 | 101000010 | 1011010 | 1000000 |
Color Harmonies of #F652BA
Complementary color
Monochromatic Colors of #F652BA
Black with #F652BA
Text Example
Text Example
White with #F652BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F652BA; }
p { color: rgb(246,82,186); }
H1.HeaderClassName
{
color: #F652BA;
}
.AnyTagClassName
{
color: #F652BA;
}
</style>
background-color css
<style>
a { background-color: #F652BA; }
a { background-color: rgb(246,82,186); }
div.DivClassName
{
background-color: #F652BA;
}
.BgClassName
{
background-color: #F652BA;
}
</style>
border-color css
<style>
span { border-color: #F652BA; }
span { border-color: rgb(246,82,186); }
td.TdClassName
{
border-color: #F652BA;
}
.TagClassName
{
border-color: #F652BA;
}
</style>