Shades of Hot Pink #F763B0
Tints of Hot Pink #F763B0
RGB
CMYK
RGB Variations
Color information
#F763B0 (or 0xF763B0) is known color: Hot Pink. HEX triplet: F7, 63 and B0. RGB value is (247,99,176). Sum of RGB (Red+Green+Blue) = 247+99+176=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F763B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F763B0 is #089C4F. Grayscale: #979797. Windows color (decimal): -564304 or 11559927. OLE color: 11559927.
HSL color Cylindrical-coordinate representation of color #F763B0: hue angle of 328.78º 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 #F763B0 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 176 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.03 |
| HSL | 328.78º | 0.9% | 0.68% | - |
| HSV(B) | 328.78º | 0.6% | 0.97% | - |
| XYZ | 50.66 | 31.83 | 44.55 | - |
| YUV | 152.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 176 | 0 | 0.60 | 0.29 | 0.03 | 328.78 | 0.9 | 0.68 |
| Hex | F7 | 63 | B0 | 0 | 3C | 1D | 3 | 149 | 5A | 44 |
| Octal | 367 | 143 | 260 | 0 | 74 | 35 | 3 | 511 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10110000 | 0 | 111100 | 11101 | 11 | 101001001 | 1011010 | 1000100 |
Color Harmonies of #F763B0
Complementary color
Monochromatic Colors of #F763B0
Black with #F763B0
Text Example
Text Example
White with #F763B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763B0; }
p { color: rgb(247,99,176); }
H1.HeaderClassName
{
color: #F763B0;
}
.AnyTagClassName
{
color: #F763B0;
}
</style>
background-color css
<style>
a { background-color: #F763B0; }
a { background-color: rgb(247,99,176); }
div.DivClassName
{
background-color: #F763B0;
}
.BgClassName
{
background-color: #F763B0;
}
</style>
border-color css
<style>
span { border-color: #F763B0; }
span { border-color: rgb(247,99,176); }
td.TdClassName
{
border-color: #F763B0;
}
.TagClassName
{
border-color: #F763B0;
}
</style>