Shades of Deep Blush #F27884
Tints of Deep Blush #F27884
RGB
CMYK
RGB Variations
Color information
#F27884 (or 0xF27884) is known color: Deep Blush. HEX triplet: F2, 78 and 84. RGB value is (242,120,132). Sum of RGB (Red+Green+Blue) = 242+120+132=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F27884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27884 is #0D877B. Grayscale: #9D9D9D. Windows color (decimal): -886652 or 8681714. OLE color: 8681714.
HSL color Cylindrical-coordinate representation of color #F27884: hue angle of 354.1º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27884 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 132 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.05 |
| HSL | 354.1º | 0.82% | 0.71% | - |
| HSV(B) | 354.1º | 0.5% | 0.95% | - |
| XYZ | 47.5 | 33.98 | 25.88 | - |
| YUV | 157.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 132 | 0 | 0.50 | 0.45 | 0.05 | 354.1 | 0.82 | 0.71 |
| Hex | F2 | 78 | 84 | 0 | 32 | 2D | 5 | 162 | 52 | 47 |
| Octal | 362 | 170 | 204 | 0 | 62 | 55 | 5 | 542 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10000100 | 0 | 110010 | 101101 | 101 | 101100010 | 1010010 | 1000111 |
Color Harmonies of #F27884
Complementary color
Monochromatic Colors of #F27884
Black with #F27884
Text Example
Text Example
White with #F27884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27884; }
p { color: rgb(242,120,132); }
H1.HeaderClassName
{
color: #F27884;
}
.AnyTagClassName
{
color: #F27884;
}
</style>
background-color css
<style>
a { background-color: #F27884; }
a { background-color: rgb(242,120,132); }
div.DivClassName
{
background-color: #F27884;
}
.BgClassName
{
background-color: #F27884;
}
</style>
border-color css
<style>
span { border-color: #F27884; }
span { border-color: rgb(242,120,132); }
td.TdClassName
{
border-color: #F27884;
}
.TagClassName
{
border-color: #F27884;
}
</style>