Shades of Hot Pink #F761B2
Tints of Hot Pink #F761B2
RGB
CMYK
RGB Variations
Color information
#F761B2 (or 0xF761B2) is known color: Hot Pink. HEX triplet: F7, 61 and B2. RGB value is (247,97,178). Sum of RGB (Red+Green+Blue) = 247+97+178=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F761B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F761B2 is #089E4D. Grayscale: #969696. Windows color (decimal): -564814 or 11690487. OLE color: 11690487.
HSL color Cylindrical-coordinate representation of color #F761B2: hue angle of 327.6º 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 #F761B2 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 178 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.03 |
| HSL | 327.6º | 0.9% | 0.67% | - |
| HSV(B) | 327.6º | 0.61% | 0.97% | - |
| XYZ | 50.67 | 31.54 | 45.54 | - |
| YUV | 151.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 178 | 0 | 0.61 | 0.28 | 0.03 | 327.6 | 0.9 | 0.67 |
| Hex | F7 | 61 | B2 | 0 | 3D | 1C | 3 | 148 | 5A | 43 |
| Octal | 367 | 141 | 262 | 0 | 75 | 34 | 3 | 510 | 132 | 103 |
| Binary | 11110111 | 1100001 | 10110010 | 0 | 111101 | 11100 | 11 | 101001000 | 1011010 | 1000011 |
Color Harmonies of #F761B2
Complementary color
Monochromatic Colors of #F761B2
Black with #F761B2
Text Example
Text Example
White with #F761B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761B2; }
p { color: rgb(247,97,178); }
H1.HeaderClassName
{
color: #F761B2;
}
.AnyTagClassName
{
color: #F761B2;
}
</style>
background-color css
<style>
a { background-color: #F761B2; }
a { background-color: rgb(247,97,178); }
div.DivClassName
{
background-color: #F761B2;
}
.BgClassName
{
background-color: #F761B2;
}
</style>
border-color css
<style>
span { border-color: #F761B2; }
span { border-color: rgb(247,97,178); }
td.TdClassName
{
border-color: #F761B2;
}
.TagClassName
{
border-color: #F761B2;
}
</style>