Shades of Hot Pink #F761B0
Tints of Hot Pink #F761B0
RGB
CMYK
RGB Variations
Color information
#F761B0 (or 0xF761B0) is known color: Hot Pink. HEX triplet: F7, 61 and B0. RGB value is (247,97,176). Sum of RGB (Red+Green+Blue) = 247+97+176=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F761B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F761B0 is #089E4F. Grayscale: #969696. Windows color (decimal): -564816 or 11559415. OLE color: 11559415.
HSL color Cylindrical-coordinate representation of color #F761B0: hue angle of 328.4º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761B0 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 176 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.03 |
| HSL | 328.4º | 0.9% | 0.67% | - |
| HSV(B) | 328.4º | 0.61% | 0.97% | - |
| XYZ | 50.47 | 31.46 | 44.49 | - |
| YUV | 150.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 176 | 0 | 0.61 | 0.29 | 0.03 | 328.4 | 0.9 | 0.67 |
| Hex | F7 | 61 | B0 | 0 | 3D | 1D | 3 | 148 | 5A | 43 |
| Octal | 367 | 141 | 260 | 0 | 75 | 35 | 3 | 510 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10110000 | 0 | 111101 | 11101 | 11 | 101001000 | 1011010 | 1000011 |
Color Harmonies of #F761B0
Complementary color
Monochromatic Colors of #F761B0
Black with #F761B0
Text Example
Text Example
White with #F761B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761B0; }
p { color: rgb(247,97,176); }
H1.HeaderClassName
{
color: #F761B0;
}
.AnyTagClassName
{
color: #F761B0;
}
</style>
background-color css
<style>
a { background-color: #F761B0; }
a { background-color: rgb(247,97,176); }
div.DivClassName
{
background-color: #F761B0;
}
.BgClassName
{
background-color: #F761B0;
}
</style>
border-color css
<style>
span { border-color: #F761B0; }
span { border-color: rgb(247,97,176); }
td.TdClassName
{
border-color: #F761B0;
}
.TagClassName
{
border-color: #F761B0;
}
</style>