Shades of Hot Pink #F762B5
Tints of Hot Pink #F762B5
RGB
CMYK
RGB Variations
Color information
#F762B5 (or 0xF762B5) is known color: Hot Pink. HEX triplet: F7, 62 and B5. RGB value is (247,98,181). Sum of RGB (Red+Green+Blue) = 247+98+181=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F762B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762B5 is #089D4A. Grayscale: #979797. Windows color (decimal): -564555 or 11887351. OLE color: 11887351.
HSL color Cylindrical-coordinate representation of color #F762B5: hue angle of 326.58º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762B5 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 181 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.03 |
| HSL | 326.58º | 0.9% | 0.68% | - |
| HSV(B) | 326.58º | 0.6% | 0.97% | - |
| XYZ | 51.07 | 31.85 | 47.17 | - |
| YUV | 152.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 181 | 0 | 0.60 | 0.27 | 0.03 | 326.58 | 0.9 | 0.68 |
| Hex | F7 | 62 | B5 | 0 | 3C | 1B | 3 | 147 | 5A | 44 |
| Octal | 367 | 142 | 265 | 0 | 74 | 33 | 3 | 507 | 132 | 104 |
| Binary | 11110111 | 1100010 | 10110101 | 0 | 111100 | 11011 | 11 | 101000111 | 1011010 | 1000100 |
Color Harmonies of #F762B5
Complementary color
Monochromatic Colors of #F762B5
Black with #F762B5
Text Example
Text Example
White with #F762B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F762B5; }
p { color: rgb(247,98,181); }
H1.HeaderClassName
{
color: #F762B5;
}
.AnyTagClassName
{
color: #F762B5;
}
</style>
background-color css
<style>
a { background-color: #F762B5; }
a { background-color: rgb(247,98,181); }
div.DivClassName
{
background-color: #F762B5;
}
.BgClassName
{
background-color: #F762B5;
}
</style>
border-color css
<style>
span { border-color: #F762B5; }
span { border-color: rgb(247,98,181); }
td.TdClassName
{
border-color: #F762B5;
}
.TagClassName
{
border-color: #F762B5;
}
</style>