Shades of Hot Pink #F763B2
Tints of Hot Pink #F763B2
RGB
CMYK
RGB Variations
Color information
#F763B2 (or 0xF763B2) is known color: Hot Pink. HEX triplet: F7, 63 and B2. RGB value is (247,99,178). Sum of RGB (Red+Green+Blue) = 247+99+178=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F763B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F763B2 is #089C4D. Grayscale: #989898. Windows color (decimal): -564302 or 11690999. OLE color: 11690999.
HSL color Cylindrical-coordinate representation of color #F763B2: hue angle of 327.97º 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 #F763B2 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 178 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.03 |
| HSL | 327.97º | 0.9% | 0.68% | - |
| HSV(B) | 327.97º | 0.6% | 0.97% | - |
| XYZ | 50.86 | 31.91 | 45.6 | - |
| YUV | 152.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 178 | 0 | 0.60 | 0.28 | 0.03 | 327.97 | 0.9 | 0.68 |
| Hex | F7 | 63 | B2 | 0 | 3C | 1C | 3 | 148 | 5A | 44 |
| Octal | 367 | 143 | 262 | 0 | 74 | 34 | 3 | 510 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10110010 | 0 | 111100 | 11100 | 11 | 101001000 | 1011010 | 1000100 |
Color Harmonies of #F763B2
Complementary color
Monochromatic Colors of #F763B2
Black with #F763B2
Text Example
Text Example
White with #F763B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763B2; }
p { color: rgb(247,99,178); }
H1.HeaderClassName
{
color: #F763B2;
}
.AnyTagClassName
{
color: #F763B2;
}
</style>
background-color css
<style>
a { background-color: #F763B2; }
a { background-color: rgb(247,99,178); }
div.DivClassName
{
background-color: #F763B2;
}
.BgClassName
{
background-color: #F763B2;
}
</style>
border-color css
<style>
span { border-color: #F763B2; }
span { border-color: rgb(247,99,178); }
td.TdClassName
{
border-color: #F763B2;
}
.TagClassName
{
border-color: #F763B2;
}
</style>