Shades of Hot Pink #F770B4
Tints of Hot Pink #F770B4
RGB
CMYK
RGB Variations
Color information
#F770B4 (or 0xF770B4) is known color: Hot Pink. HEX triplet: F7, 70 and B4. RGB value is (247,112,180). Sum of RGB (Red+Green+Blue) = 247+112+180=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F770B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770B4 is #088F4B. Grayscale: #9F9F9F. Windows color (decimal): -560972 or 11825399. OLE color: 11825399.
HSL color Cylindrical-coordinate representation of color #F770B4: hue angle of 329.78º 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 #F770B4 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 180 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.03 |
| HSL | 329.78º | 0.89% | 0.7% | - |
| HSV(B) | 329.78º | 0.55% | 0.97% | - |
| XYZ | 52.39 | 34.66 | 47.11 | - |
| YUV | 160.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 180 | 0 | 0.55 | 0.27 | 0.03 | 329.78 | 0.89 | 0.7 |
| Hex | F7 | 70 | B4 | 0 | 37 | 1B | 3 | 14A | 59 | 46 |
| Octal | 367 | 160 | 264 | 0 | 67 | 33 | 3 | 512 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10110100 | 0 | 110111 | 11011 | 11 | 101001010 | 1011001 | 1000110 |
Color Harmonies of #F770B4
Complementary color
Monochromatic Colors of #F770B4
Black with #F770B4
Text Example
Text Example
White with #F770B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770B4; }
p { color: rgb(247,112,180); }
H1.HeaderClassName
{
color: #F770B4;
}
.AnyTagClassName
{
color: #F770B4;
}
</style>
background-color css
<style>
a { background-color: #F770B4; }
a { background-color: rgb(247,112,180); }
div.DivClassName
{
background-color: #F770B4;
}
.BgClassName
{
background-color: #F770B4;
}
</style>
border-color css
<style>
span { border-color: #F770B4; }
span { border-color: rgb(247,112,180); }
td.TdClassName
{
border-color: #F770B4;
}
.TagClassName
{
border-color: #F770B4;
}
</style>