Shades of Deep Blush #F27887
Tints of Deep Blush #F27887
RGB
CMYK
RGB Variations
Color information
#F27887 (or 0xF27887) is known color: Deep Blush. HEX triplet: F2, 78 and 87. RGB value is (242,120,135). Sum of RGB (Red+Green+Blue) = 242+120+135=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F27887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27887 is #0D8778. Grayscale: #9E9E9E. Windows color (decimal): -886649 or 8878322. OLE color: 8878322.
HSL color Cylindrical-coordinate representation of color #F27887: hue angle of 352.62º 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 #F27887 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 135 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.05 |
| HSL | 352.62º | 0.82% | 0.71% | - |
| HSV(B) | 352.62º | 0.5% | 0.95% | - |
| XYZ | 47.71 | 34.06 | 26.98 | - |
| YUV | 158.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 135 | 0 | 0.50 | 0.44 | 0.05 | 352.62 | 0.82 | 0.71 |
| Hex | F2 | 78 | 87 | 0 | 32 | 2C | 5 | 161 | 52 | 47 |
| Octal | 362 | 170 | 207 | 0 | 62 | 54 | 5 | 541 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10000111 | 0 | 110010 | 101100 | 101 | 101100001 | 1010010 | 1000111 |
Color Harmonies of #F27887
Complementary color
Monochromatic Colors of #F27887
Black with #F27887
Text Example
Text Example
White with #F27887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27887; }
p { color: rgb(242,120,135); }
H1.HeaderClassName
{
color: #F27887;
}
.AnyTagClassName
{
color: #F27887;
}
</style>
background-color css
<style>
a { background-color: #F27887; }
a { background-color: rgb(242,120,135); }
div.DivClassName
{
background-color: #F27887;
}
.BgClassName
{
background-color: #F27887;
}
</style>
border-color css
<style>
span { border-color: #F27887; }
span { border-color: rgb(242,120,135); }
td.TdClassName
{
border-color: #F27887;
}
.TagClassName
{
border-color: #F27887;
}
</style>