Shades of Hot Pink #F752BE
Tints of Hot Pink #F752BE
RGB
CMYK
RGB Variations
Color information
#F752BE (or 0xF752BE) is known color: Hot Pink. HEX triplet: F7, 52 and BE. RGB value is (247,82,190). Sum of RGB (Red+Green+Blue) = 247+82+190=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F752BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F752BE is #08AD41. Grayscale: #8F8F8F. Windows color (decimal): -568642 or 12473079. OLE color: 12473079.
HSL color Cylindrical-coordinate representation of color #F752BE: hue angle of 320.73º 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 #F752BE is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 82 | 190 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.03 |
| HSL | 320.73º | 0.91% | 0.65% | - |
| HSV(B) | 320.73º | 0.67% | 0.97% | - |
| XYZ | 50.67 | 29.53 | 51.74 | - |
| YUV | 143.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 82 | 190 | 0 | 0.67 | 0.23 | 0.03 | 320.73 | 0.91 | 0.65 |
| Hex | F7 | 52 | BE | 0 | 43 | 17 | 3 | 141 | 5B | 41 |
| Octal | 367 | 122 | 276 | 0 | 103 | 27 | 3 | 501 | 133 | 101 |
| Binary | 11110111 | 1010010 | 10111110 | 0 | 1000011 | 10111 | 11 | 101000001 | 1011011 | 1000001 |
Color Harmonies of #F752BE
Complementary color
Monochromatic Colors of #F752BE
Black with #F752BE
Text Example
Text Example
White with #F752BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F752BE; }
p { color: rgb(247,82,190); }
H1.HeaderClassName
{
color: #F752BE;
}
.AnyTagClassName
{
color: #F752BE;
}
</style>
background-color css
<style>
a { background-color: #F752BE; }
a { background-color: rgb(247,82,190); }
div.DivClassName
{
background-color: #F752BE;
}
.BgClassName
{
background-color: #F752BE;
}
</style>
border-color css
<style>
span { border-color: #F752BE; }
span { border-color: rgb(247,82,190); }
td.TdClassName
{
border-color: #F752BE;
}
.TagClassName
{
border-color: #F752BE;
}
</style>