Shades of Deep Blush #F27585
Tints of Deep Blush #F27585
RGB
CMYK
RGB Variations
Color information
#F27585 (or 0xF27585) is known color: Deep Blush. HEX triplet: F2, 75 and 85. RGB value is (242,117,133). Sum of RGB (Red+Green+Blue) = 242+117+133=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F27585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27585 is #0D8A7A. Grayscale: #9C9C9C. Windows color (decimal): -887419 or 8746482. OLE color: 8746482.
HSL color Cylindrical-coordinate representation of color #F27585: hue angle of 352.32º 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 #F27585 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 133 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.05 |
| HSL | 352.32º | 0.83% | 0.7% | - |
| HSV(B) | 352.32º | 0.52% | 0.95% | - |
| XYZ | 47.21 | 33.29 | 26.13 | - |
| YUV | 156.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 133 | 0 | 0.52 | 0.45 | 0.05 | 352.32 | 0.83 | 0.7 |
| Hex | F2 | 75 | 85 | 0 | 34 | 2D | 5 | 160 | 53 | 46 |
| Octal | 362 | 165 | 205 | 0 | 64 | 55 | 5 | 540 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10000101 | 0 | 110100 | 101101 | 101 | 101100000 | 1010011 | 1000110 |
Color Harmonies of #F27585
Complementary color
Monochromatic Colors of #F27585
Black with #F27585
Text Example
Text Example
White with #F27585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27585; }
p { color: rgb(242,117,133); }
H1.HeaderClassName
{
color: #F27585;
}
.AnyTagClassName
{
color: #F27585;
}
</style>
background-color css
<style>
a { background-color: #F27585; }
a { background-color: rgb(242,117,133); }
div.DivClassName
{
background-color: #F27585;
}
.BgClassName
{
background-color: #F27585;
}
</style>
border-color css
<style>
span { border-color: #F27585; }
span { border-color: rgb(242,117,133); }
td.TdClassName
{
border-color: #F27585;
}
.TagClassName
{
border-color: #F27585;
}
</style>