Shades of Hot Pink #F752BB
Tints of Hot Pink #F752BB
RGB
CMYK
RGB Variations
Color information
#F752BB (or 0xF752BB) is known color: Hot Pink. HEX triplet: F7, 52 and BB. RGB value is (247,82,187). Sum of RGB (Red+Green+Blue) = 247+82+187=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F752BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752BB is #08AD44. Grayscale: #8F8F8F. Windows color (decimal): -568645 or 12276471. OLE color: 12276471.
HSL color Cylindrical-coordinate representation of color #F752BB: hue angle of 321.82º degrees, saturation: 0.91, 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 #F752BB is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 187 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.03 |
| HSL | 321.82º | 0.91% | 0.65% | - |
| HSV(B) | 321.82º | 0.67% | 0.97% | - |
| XYZ | 50.34 | 29.4 | 50.03 | - |
| YUV | 143.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 187 | 0 | 0.67 | 0.24 | 0.03 | 321.82 | 0.91 | 0.65 |
| Hex | F7 | 52 | BB | 0 | 43 | 18 | 3 | 142 | 5B | 41 |
| Octal | 367 | 122 | 273 | 0 | 103 | 30 | 3 | 502 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10111011 | 0 | 1000011 | 11000 | 11 | 101000010 | 1011011 | 1000001 |
Color Harmonies of #F752BB
Complementary color
Monochromatic Colors of #F752BB
Black with #F752BB
Text Example
Text Example
White with #F752BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752BB; }
p { color: rgb(247,82,187); }
H1.HeaderClassName
{
color: #F752BB;
}
.AnyTagClassName
{
color: #F752BB;
}
</style>
background-color css
<style>
a { background-color: #F752BB; }
a { background-color: rgb(247,82,187); }
div.DivClassName
{
background-color: #F752BB;
}
.BgClassName
{
background-color: #F752BB;
}
</style>
border-color css
<style>
span { border-color: #F752BB; }
span { border-color: rgb(247,82,187); }
td.TdClassName
{
border-color: #F752BB;
}
.TagClassName
{
border-color: #F752BB;
}
</style>