Shades of Deep Blush #F2758E
Tints of Deep Blush #F2758E
RGB
CMYK
RGB Variations
Color information
#F2758E (or 0xF2758E) is known color: Deep Blush. HEX triplet: F2, 75 and 8E. RGB value is (242,117,142). Sum of RGB (Red+Green+Blue) = 242+117+142=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2758E is #0D8A71. Grayscale: #9D9D9D. Windows color (decimal): -887410 or 9336306. OLE color: 9336306.
HSL color Cylindrical-coordinate representation of color #F2758E: hue angle of 348º 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 #F2758E is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 142 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.05 |
| HSL | 348º | 0.83% | 0.7% | - |
| HSV(B) | 348º | 0.52% | 0.95% | - |
| XYZ | 47.86 | 33.55 | 29.54 | - |
| YUV | 157.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 142 | 0 | 0.52 | 0.41 | 0.05 | 348 | 0.83 | 0.7 |
| Hex | F2 | 75 | 8E | 0 | 34 | 29 | 5 | 15C | 53 | 46 |
| Octal | 362 | 165 | 216 | 0 | 64 | 51 | 5 | 534 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10001110 | 0 | 110100 | 101001 | 101 | 101011100 | 1010011 | 1000110 |
Color Harmonies of #F2758E
Complementary color
Monochromatic Colors of #F2758E
Black with #F2758E
Text Example
Text Example
White with #F2758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2758E; }
p { color: rgb(242,117,142); }
H1.HeaderClassName
{
color: #F2758E;
}
.AnyTagClassName
{
color: #F2758E;
}
</style>
background-color css
<style>
a { background-color: #F2758E; }
a { background-color: rgb(242,117,142); }
div.DivClassName
{
background-color: #F2758E;
}
.BgClassName
{
background-color: #F2758E;
}
</style>
border-color css
<style>
span { border-color: #F2758E; }
span { border-color: rgb(242,117,142); }
td.TdClassName
{
border-color: #F2758E;
}
.TagClassName
{
border-color: #F2758E;
}
</style>