Shades of Hot Pink #F757BA
Tints of Hot Pink #F757BA
RGB
CMYK
RGB Variations
Color information
#F757BA (or 0xF757BA) is known color: Hot Pink. HEX triplet: F7, 57 and BA. RGB value is (247,87,186). Sum of RGB (Red+Green+Blue) = 247+87+186=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F757BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757BA is #08A845. Grayscale: #919191. Windows color (decimal): -567366 or 12212215. OLE color: 12212215.
HSL color Cylindrical-coordinate representation of color #F757BA: hue angle of 322.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F757BA is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 87 | 186 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.03 |
| HSL | 322.88º | 0.91% | 0.65% | - |
| HSV(B) | 322.88º | 0.65% | 0.97% | - |
| XYZ | 50.63 | 30.14 | 49.6 | - |
| YUV | 146.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 87 | 186 | 0 | 0.65 | 0.25 | 0.03 | 322.88 | 0.91 | 0.65 |
| Hex | F7 | 57 | BA | 0 | 41 | 19 | 3 | 143 | 5B | 41 |
| Octal | 367 | 127 | 272 | 0 | 101 | 31 | 3 | 503 | 133 | 101 |
| Binary | 11110111 | 1010111 | 10111010 | 0 | 1000001 | 11001 | 11 | 101000011 | 1011011 | 1000001 |
Color Harmonies of #F757BA
Complementary color
Monochromatic Colors of #F757BA
Black with #F757BA
Text Example
Text Example
White with #F757BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F757BA; }
p { color: rgb(247,87,186); }
H1.HeaderClassName
{
color: #F757BA;
}
.AnyTagClassName
{
color: #F757BA;
}
</style>
background-color css
<style>
a { background-color: #F757BA; }
a { background-color: rgb(247,87,186); }
div.DivClassName
{
background-color: #F757BA;
}
.BgClassName
{
background-color: #F757BA;
}
</style>
border-color css
<style>
span { border-color: #F757BA; }
span { border-color: rgb(247,87,186); }
td.TdClassName
{
border-color: #F757BA;
}
.TagClassName
{
border-color: #F757BA;
}
</style>