Shades of Deep Blush #F27888
Tints of Deep Blush #F27888
RGB
CMYK
RGB Variations
Color information
#F27888 (or 0xF27888) is known color: Deep Blush. HEX triplet: F2, 78 and 88. RGB value is (242,120,136). Sum of RGB (Red+Green+Blue) = 242+120+136=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F27888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27888 is #0D8777. Grayscale: #9E9E9E. Windows color (decimal): -886648 or 8943858. OLE color: 8943858.
HSL color Cylindrical-coordinate representation of color #F27888: hue angle of 352.13º 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 #F27888 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 136 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.05 |
| HSL | 352.13º | 0.82% | 0.71% | - |
| HSV(B) | 352.13º | 0.5% | 0.95% | - |
| XYZ | 47.78 | 34.09 | 27.35 | - |
| YUV | 158.3 | 115.42 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 136 | 0 | 0.50 | 0.44 | 0.05 | 352.13 | 0.82 | 0.71 |
| Hex | F2 | 78 | 88 | 0 | 32 | 2C | 5 | 160 | 52 | 47 |
| Octal | 362 | 170 | 210 | 0 | 62 | 54 | 5 | 540 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10001000 | 0 | 110010 | 101100 | 101 | 101100000 | 1010010 | 1000111 |
Color Harmonies of #F27888
Complementary color
Monochromatic Colors of #F27888
Black with #F27888
Text Example
Text Example
White with #F27888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27888; }
p { color: rgb(242,120,136); }
H1.HeaderClassName
{
color: #F27888;
}
.AnyTagClassName
{
color: #F27888;
}
</style>
background-color css
<style>
a { background-color: #F27888; }
a { background-color: rgb(242,120,136); }
div.DivClassName
{
background-color: #F27888;
}
.BgClassName
{
background-color: #F27888;
}
</style>
border-color css
<style>
span { border-color: #F27888; }
span { border-color: rgb(242,120,136); }
td.TdClassName
{
border-color: #F27888;
}
.TagClassName
{
border-color: #F27888;
}
</style>