Shades of Deep Blush #F27098
Tints of Deep Blush #F27098
RGB
CMYK
RGB Variations
Color information
#F27098 (or 0xF27098) is known color: Deep Blush. HEX triplet: F2, 70 and 98. RGB value is (242,112,152). Sum of RGB (Red+Green+Blue) = 242+112+152=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F27098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27098 is #0D8F67. Grayscale: #9B9B9B. Windows color (decimal): -888680 or 9990386. OLE color: 9990386.
HSL color Cylindrical-coordinate representation of color #F27098: hue angle of 341.54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F27098 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 152 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.05 |
| HSL | 341.54º | 0.83% | 0.69% | - |
| HSV(B) | 341.54º | 0.54% | 0.95% | - |
| XYZ | 48.08 | 32.73 | 33.49 | - |
| YUV | 155.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 152 | 0 | 0.54 | 0.37 | 0.05 | 341.54 | 0.83 | 0.69 |
| Hex | F2 | 70 | 98 | 0 | 36 | 25 | 5 | 156 | 53 | 45 |
| Octal | 362 | 160 | 230 | 0 | 66 | 45 | 5 | 526 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10011000 | 0 | 110110 | 100101 | 101 | 101010110 | 1010011 | 1000101 |
Color Harmonies of #F27098
Complementary color
Monochromatic Colors of #F27098
Black with #F27098
Text Example
Text Example
White with #F27098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27098; }
p { color: rgb(242,112,152); }
H1.HeaderClassName
{
color: #F27098;
}
.AnyTagClassName
{
color: #F27098;
}
</style>
background-color css
<style>
a { background-color: #F27098; }
a { background-color: rgb(242,112,152); }
div.DivClassName
{
background-color: #F27098;
}
.BgClassName
{
background-color: #F27098;
}
</style>
border-color css
<style>
span { border-color: #F27098; }
span { border-color: rgb(242,112,152); }
td.TdClassName
{
border-color: #F27098;
}
.TagClassName
{
border-color: #F27098;
}
</style>