Shades of Deep Blush #F06A94
Tints of Deep Blush #F06A94
RGB
CMYK
RGB Variations
Color information
#F06A94 (or 0xF06A94) is known color: Deep Blush. HEX triplet: F0, 6A and 94. RGB value is (240,106,148). Sum of RGB (Red+Green+Blue) = 240+106+148=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A94 is #0F956B. Grayscale: #969696. Windows color (decimal): -1021292 or 9726704. OLE color: 9726704.
HSL color Cylindrical-coordinate representation of color #F06A94: hue angle of 341.19º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A94 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 148 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.06 |
| HSL | 341.19º | 0.82% | 0.68% | - |
| HSV(B) | 341.19º | 0.56% | 0.94% | - |
| XYZ | 46.43 | 30.97 | 31.55 | - |
| YUV | 150.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 148 | 0 | 0.56 | 0.38 | 0.06 | 341.19 | 0.82 | 0.68 |
| Hex | F0 | 6A | 94 | 0 | 38 | 26 | 6 | 155 | 52 | 44 |
| Octal | 360 | 152 | 224 | 0 | 70 | 46 | 6 | 525 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10010100 | 0 | 111000 | 100110 | 110 | 101010101 | 1010010 | 1000100 |
Color Harmonies of #F06A94
Complementary color
Monochromatic Colors of #F06A94
Black with #F06A94
Text Example
Text Example
White with #F06A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A94; }
p { color: rgb(240,106,148); }
H1.HeaderClassName
{
color: #F06A94;
}
.AnyTagClassName
{
color: #F06A94;
}
</style>
background-color css
<style>
a { background-color: #F06A94; }
a { background-color: rgb(240,106,148); }
div.DivClassName
{
background-color: #F06A94;
}
.BgClassName
{
background-color: #F06A94;
}
</style>
border-color css
<style>
span { border-color: #F06A94; }
span { border-color: rgb(240,106,148); }
td.TdClassName
{
border-color: #F06A94;
}
.TagClassName
{
border-color: #F06A94;
}
</style>