Shades of Deep Blush #F0698F
Tints of Deep Blush #F0698F
RGB
CMYK
RGB Variations
Color information
#F0698F (or 0xF0698F) is known color: Deep Blush. HEX triplet: F0, 69 and 8F. RGB value is (240,105,143). Sum of RGB (Red+Green+Blue) = 240+105+143=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0698F is #0F9670. Grayscale: #959595. Windows color (decimal): -1021553 or 9398768. OLE color: 9398768.
HSL color Cylindrical-coordinate representation of color #F0698F: hue angle of 343.11º 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 #F0698F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 143 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.06 |
| HSL | 343.11º | 0.82% | 0.68% | - |
| HSV(B) | 343.11º | 0.56% | 0.94% | - |
| XYZ | 45.94 | 30.61 | 29.47 | - |
| YUV | 149.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 143 | 0 | 0.56 | 0.40 | 0.06 | 343.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | 8F | 0 | 38 | 28 | 6 | 157 | 52 | 44 |
| Octal | 360 | 151 | 217 | 0 | 70 | 50 | 6 | 527 | 122 | 104 |
| Binary | 11110000 | 1101001 | 10001111 | 0 | 111000 | 101000 | 110 | 101010111 | 1010010 | 1000100 |
Color Harmonies of #F0698F
Complementary color
Monochromatic Colors of #F0698F
Black with #F0698F
Text Example
Text Example
White with #F0698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0698F; }
p { color: rgb(240,105,143); }
H1.HeaderClassName
{
color: #F0698F;
}
.AnyTagClassName
{
color: #F0698F;
}
</style>
background-color css
<style>
a { background-color: #F0698F; }
a { background-color: rgb(240,105,143); }
div.DivClassName
{
background-color: #F0698F;
}
.BgClassName
{
background-color: #F0698F;
}
</style>
border-color css
<style>
span { border-color: #F0698F; }
span { border-color: rgb(240,105,143); }
td.TdClassName
{
border-color: #F0698F;
}
.TagClassName
{
border-color: #F0698F;
}
</style>