Shades of Hot Pink #F763BD
Tints of Hot Pink #F763BD
RGB
CMYK
RGB Variations
Color information
#F763BD (or 0xF763BD) is known color: Hot Pink. HEX triplet: F7, 63 and BD. RGB value is (247,99,189). Sum of RGB (Red+Green+Blue) = 247+99+189=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F763BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763BD is #089C42. Grayscale: #999999. Windows color (decimal): -564291 or 12411895. OLE color: 12411895.
HSL color Cylindrical-coordinate representation of color #F763BD: hue angle of 323.51º 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 #F763BD is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 189 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.03 |
| HSL | 323.51º | 0.9% | 0.68% | - |
| HSV(B) | 323.51º | 0.6% | 0.97% | - |
| XYZ | 52 | 32.37 | 51.65 | - |
| YUV | 153.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 189 | 0 | 0.60 | 0.23 | 0.03 | 323.51 | 0.9 | 0.68 |
| Hex | F7 | 63 | BD | 0 | 3C | 17 | 3 | 144 | 5A | 44 |
| Octal | 367 | 143 | 275 | 0 | 74 | 27 | 3 | 504 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10111101 | 0 | 111100 | 10111 | 11 | 101000100 | 1011010 | 1000100 |
Color Harmonies of #F763BD
Complementary color
Monochromatic Colors of #F763BD
Black with #F763BD
Text Example
Text Example
White with #F763BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763BD; }
p { color: rgb(247,99,189); }
H1.HeaderClassName
{
color: #F763BD;
}
.AnyTagClassName
{
color: #F763BD;
}
</style>
background-color css
<style>
a { background-color: #F763BD; }
a { background-color: rgb(247,99,189); }
div.DivClassName
{
background-color: #F763BD;
}
.BgClassName
{
background-color: #F763BD;
}
</style>
border-color css
<style>
span { border-color: #F763BD; }
span { border-color: rgb(247,99,189); }
td.TdClassName
{
border-color: #F763BD;
}
.TagClassName
{
border-color: #F763BD;
}
</style>