Shades of Deep Blush #F06893
Tints of Deep Blush #F06893
RGB
CMYK
RGB Variations
Color information
#F06893 (or 0xF06893) is known color: Deep Blush. HEX triplet: F0, 68 and 93. RGB value is (240,104,147). Sum of RGB (Red+Green+Blue) = 240+104+147=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F06893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06893 is #0F976C. Grayscale: #959595. Windows color (decimal): -1021805 or 9660656. OLE color: 9660656.
HSL color Cylindrical-coordinate representation of color #F06893: hue angle of 341.03º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06893 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 147 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.06 |
| HSL | 341.03º | 0.82% | 0.67% | - |
| HSV(B) | 341.03º | 0.57% | 0.94% | - |
| XYZ | 46.15 | 30.53 | 31.06 | - |
| YUV | 149.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 147 | 0 | 0.57 | 0.39 | 0.06 | 341.03 | 0.82 | 0.67 |
| Hex | F0 | 68 | 93 | 0 | 39 | 27 | 6 | 155 | 52 | 43 |
| Octal | 360 | 150 | 223 | 0 | 71 | 47 | 6 | 525 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10010011 | 0 | 111001 | 100111 | 110 | 101010101 | 1010010 | 1000011 |
Color Harmonies of #F06893
Complementary color
Monochromatic Colors of #F06893
Black with #F06893
Text Example
Text Example
White with #F06893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06893; }
p { color: rgb(240,104,147); }
H1.HeaderClassName
{
color: #F06893;
}
.AnyTagClassName
{
color: #F06893;
}
</style>
background-color css
<style>
a { background-color: #F06893; }
a { background-color: rgb(240,104,147); }
div.DivClassName
{
background-color: #F06893;
}
.BgClassName
{
background-color: #F06893;
}
</style>
border-color css
<style>
span { border-color: #F06893; }
span { border-color: rgb(240,104,147); }
td.TdClassName
{
border-color: #F06893;
}
.TagClassName
{
border-color: #F06893;
}
</style>