Shades of Deep Blush #F77984
Tints of Deep Blush #F77984
RGB
CMYK
RGB Variations
Color information
#F77984 (or 0xF77984) is known color: Deep Blush. HEX triplet: F7, 79 and 84. RGB value is (247,121,132). Sum of RGB (Red+Green+Blue) = 247+121+132=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F77984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77984 is #08867B. Grayscale: #A0A0A0. Windows color (decimal): -558716 or 8681975. OLE color: 8681975.
HSL color Cylindrical-coordinate representation of color #F77984: hue angle of 354.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77984 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 132 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.03 |
| HSL | 354.76º | 0.89% | 0.72% | - |
| HSV(B) | 354.76º | 0.51% | 0.97% | - |
| XYZ | 49.36 | 35.11 | 26.01 | - |
| YUV | 159.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 132 | 0 | 0.51 | 0.47 | 0.03 | 354.76 | 0.89 | 0.72 |
| Hex | F7 | 79 | 84 | 0 | 33 | 2F | 3 | 163 | 59 | 48 |
| Octal | 367 | 171 | 204 | 0 | 63 | 57 | 3 | 543 | 131 | 110 |
| Binary | 11110111 | 1111001 | 10000100 | 0 | 110011 | 101111 | 11 | 101100011 | 1011001 | 1001000 |
Color Harmonies of #F77984
Complementary color
Monochromatic Colors of #F77984
Black with #F77984
Text Example
Text Example
White with #F77984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77984; }
p { color: rgb(247,121,132); }
H1.HeaderClassName
{
color: #F77984;
}
.AnyTagClassName
{
color: #F77984;
}
</style>
background-color css
<style>
a { background-color: #F77984; }
a { background-color: rgb(247,121,132); }
div.DivClassName
{
background-color: #F77984;
}
.BgClassName
{
background-color: #F77984;
}
</style>
border-color css
<style>
span { border-color: #F77984; }
span { border-color: rgb(247,121,132); }
td.TdClassName
{
border-color: #F77984;
}
.TagClassName
{
border-color: #F77984;
}
</style>