Shades of Hot Pink #F770B2
Tints of Hot Pink #F770B2
RGB
CMYK
RGB Variations
Color information
#F770B2 (or 0xF770B2) is known color: Hot Pink. HEX triplet: F7, 70 and B2. RGB value is (247,112,178). Sum of RGB (Red+Green+Blue) = 247+112+178=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F770B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770B2 is #088F4D. Grayscale: #9F9F9F. Windows color (decimal): -560974 or 11694327. OLE color: 11694327.
HSL color Cylindrical-coordinate representation of color #F770B2: hue angle of 330.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770B2 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 178 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.03 |
| HSL | 330.67º | 0.89% | 0.7% | - |
| HSV(B) | 330.67º | 0.55% | 0.97% | - |
| XYZ | 52.19 | 34.58 | 46.04 | - |
| YUV | 159.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 178 | 0 | 0.55 | 0.28 | 0.03 | 330.67 | 0.89 | 0.7 |
| Hex | F7 | 70 | B2 | 0 | 37 | 1C | 3 | 14B | 59 | 46 |
| Octal | 367 | 160 | 262 | 0 | 67 | 34 | 3 | 513 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10110010 | 0 | 110111 | 11100 | 11 | 101001011 | 1011001 | 1000110 |
Color Harmonies of #F770B2
Complementary color
Monochromatic Colors of #F770B2
Black with #F770B2
Text Example
Text Example
White with #F770B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770B2; }
p { color: rgb(247,112,178); }
H1.HeaderClassName
{
color: #F770B2;
}
.AnyTagClassName
{
color: #F770B2;
}
</style>
background-color css
<style>
a { background-color: #F770B2; }
a { background-color: rgb(247,112,178); }
div.DivClassName
{
background-color: #F770B2;
}
.BgClassName
{
background-color: #F770B2;
}
</style>
border-color css
<style>
span { border-color: #F770B2; }
span { border-color: rgb(247,112,178); }
td.TdClassName
{
border-color: #F770B2;
}
.TagClassName
{
border-color: #F770B2;
}
</style>