Shades of Hot Pink #F774B1
Tints of Hot Pink #F774B1
RGB
CMYK
RGB Variations
Color information
#F774B1 (or 0xF774B1) is known color: Hot Pink. HEX triplet: F7, 74 and B1. RGB value is (247,116,177). Sum of RGB (Red+Green+Blue) = 247+116+177=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F774B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F774B1 is #088B4E. Grayscale: #A2A2A2. Windows color (decimal): -559951 or 11629815. OLE color: 11629815.
HSL color Cylindrical-coordinate representation of color #F774B1: hue angle of 332.06º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774B1 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 177 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.03 |
| HSL | 332.06º | 0.89% | 0.71% | - |
| HSV(B) | 332.06º | 0.53% | 0.97% | - |
| XYZ | 52.54 | 35.44 | 45.67 | - |
| YUV | 162.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 177 | 0 | 0.53 | 0.28 | 0.03 | 332.06 | 0.89 | 0.71 |
| Hex | F7 | 74 | B1 | 0 | 35 | 1C | 3 | 14C | 59 | 47 |
| Octal | 367 | 164 | 261 | 0 | 65 | 34 | 3 | 514 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10110001 | 0 | 110101 | 11100 | 11 | 101001100 | 1011001 | 1000111 |
Color Harmonies of #F774B1
Complementary color
Monochromatic Colors of #F774B1
Black with #F774B1
Text Example
Text Example
White with #F774B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774B1; }
p { color: rgb(247,116,177); }
H1.HeaderClassName
{
color: #F774B1;
}
.AnyTagClassName
{
color: #F774B1;
}
</style>
background-color css
<style>
a { background-color: #F774B1; }
a { background-color: rgb(247,116,177); }
div.DivClassName
{
background-color: #F774B1;
}
.BgClassName
{
background-color: #F774B1;
}
</style>
border-color css
<style>
span { border-color: #F774B1; }
span { border-color: rgb(247,116,177); }
td.TdClassName
{
border-color: #F774B1;
}
.TagClassName
{
border-color: #F774B1;
}
</style>