Shades of Deep Blush #F27784
Tints of Deep Blush #F27784
RGB
CMYK
RGB Variations
Color information
#F27784 (or 0xF27784) is known color: Deep Blush. HEX triplet: F2, 77 and 84. RGB value is (242,119,132). Sum of RGB (Red+Green+Blue) = 242+119+132=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F27784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27784 is #0D887B. Grayscale: #9D9D9D. Windows color (decimal): -886908 or 8681458. OLE color: 8681458.
HSL color Cylindrical-coordinate representation of color #F27784: hue angle of 353.66º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27784 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 132 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.05 |
| HSL | 353.66º | 0.83% | 0.71% | - |
| HSV(B) | 353.66º | 0.51% | 0.95% | - |
| XYZ | 47.38 | 33.74 | 25.84 | - |
| YUV | 157.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 132 | 0 | 0.51 | 0.45 | 0.05 | 353.66 | 0.83 | 0.71 |
| Hex | F2 | 77 | 84 | 0 | 33 | 2D | 5 | 162 | 53 | 47 |
| Octal | 362 | 167 | 204 | 0 | 63 | 55 | 5 | 542 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10000100 | 0 | 110011 | 101101 | 101 | 101100010 | 1010011 | 1000111 |
Color Harmonies of #F27784
Complementary color
Monochromatic Colors of #F27784
Black with #F27784
Text Example
Text Example
White with #F27784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27784; }
p { color: rgb(242,119,132); }
H1.HeaderClassName
{
color: #F27784;
}
.AnyTagClassName
{
color: #F27784;
}
</style>
background-color css
<style>
a { background-color: #F27784; }
a { background-color: rgb(242,119,132); }
div.DivClassName
{
background-color: #F27784;
}
.BgClassName
{
background-color: #F27784;
}
</style>
border-color css
<style>
span { border-color: #F27784; }
span { border-color: rgb(242,119,132); }
td.TdClassName
{
border-color: #F27784;
}
.TagClassName
{
border-color: #F27784;
}
</style>