Shades of Deep Blush #F27586
Tints of Deep Blush #F27586
RGB
CMYK
RGB Variations
Color information
#F27586 (or 0xF27586) is known color: Deep Blush. HEX triplet: F2, 75 and 86. RGB value is (242,117,134). Sum of RGB (Red+Green+Blue) = 242+117+134=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F27586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27586 is #0D8A79. Grayscale: #9C9C9C. Windows color (decimal): -887418 or 8812018. OLE color: 8812018.
HSL color Cylindrical-coordinate representation of color #F27586: hue angle of 351.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27586 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 134 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.05 |
| HSL | 351.84º | 0.83% | 0.7% | - |
| HSV(B) | 351.84º | 0.52% | 0.95% | - |
| XYZ | 47.28 | 33.32 | 26.49 | - |
| YUV | 156.31 | 115.41 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 134 | 0 | 0.52 | 0.45 | 0.05 | 351.84 | 0.83 | 0.7 |
| Hex | F2 | 75 | 86 | 0 | 34 | 2D | 5 | 160 | 53 | 46 |
| Octal | 362 | 165 | 206 | 0 | 64 | 55 | 5 | 540 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10000110 | 0 | 110100 | 101101 | 101 | 101100000 | 1010011 | 1000110 |
Color Harmonies of #F27586
Complementary color
Monochromatic Colors of #F27586
Black with #F27586
Text Example
Text Example
White with #F27586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27586; }
p { color: rgb(242,117,134); }
H1.HeaderClassName
{
color: #F27586;
}
.AnyTagClassName
{
color: #F27586;
}
</style>
background-color css
<style>
a { background-color: #F27586; }
a { background-color: rgb(242,117,134); }
div.DivClassName
{
background-color: #F27586;
}
.BgClassName
{
background-color: #F27586;
}
</style>
border-color css
<style>
span { border-color: #F27586; }
span { border-color: rgb(242,117,134); }
td.TdClassName
{
border-color: #F27586;
}
.TagClassName
{
border-color: #F27586;
}
</style>