Shades of Deep Blush #F0688C
Tints of Deep Blush #F0688C
RGB
CMYK
RGB Variations
Color information
#F0688C (or 0xF0688C) is known color: Deep Blush. HEX triplet: F0, 68 and 8C. RGB value is (240,104,140). Sum of RGB (Red+Green+Blue) = 240+104+140=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0688C is #0F9773. Grayscale: #949494. Windows color (decimal): -1021812 or 9201904. OLE color: 9201904.
HSL color Cylindrical-coordinate representation of color #F0688C: hue angle of 344.12º 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 #F0688C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 140 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.06 |
| HSL | 344.12º | 0.82% | 0.67% | - |
| HSV(B) | 344.12º | 0.57% | 0.94% | - |
| XYZ | 45.62 | 30.32 | 28.26 | - |
| YUV | 148.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 140 | 0 | 0.57 | 0.42 | 0.06 | 344.12 | 0.82 | 0.67 |
| Hex | F0 | 68 | 8C | 0 | 39 | 2A | 6 | 158 | 52 | 43 |
| Octal | 360 | 150 | 214 | 0 | 71 | 52 | 6 | 530 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10001100 | 0 | 111001 | 101010 | 110 | 101011000 | 1010010 | 1000011 |
Color Harmonies of #F0688C
Complementary color
Monochromatic Colors of #F0688C
Black with #F0688C
Text Example
Text Example
White with #F0688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0688C; }
p { color: rgb(240,104,140); }
H1.HeaderClassName
{
color: #F0688C;
}
.AnyTagClassName
{
color: #F0688C;
}
</style>
background-color css
<style>
a { background-color: #F0688C; }
a { background-color: rgb(240,104,140); }
div.DivClassName
{
background-color: #F0688C;
}
.BgClassName
{
background-color: #F0688C;
}
</style>
border-color css
<style>
span { border-color: #F0688C; }
span { border-color: rgb(240,104,140); }
td.TdClassName
{
border-color: #F0688C;
}
.TagClassName
{
border-color: #F0688C;
}
</style>