Shades of Deep Blush #F0688B
Tints of Deep Blush #F0688B
RGB
CMYK
RGB Variations
Color information
#F0688B (or 0xF0688B) is known color: Deep Blush. HEX triplet: F0, 68 and 8B. RGB value is (240,104,139). Sum of RGB (Red+Green+Blue) = 240+104+139=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0688B is #0F9774. Grayscale: #949494. Windows color (decimal): -1021813 or 9136368. OLE color: 9136368.
HSL color Cylindrical-coordinate representation of color #F0688B: hue angle of 344.56º 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 #F0688B is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 139 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.06 |
| HSL | 344.56º | 0.82% | 0.67% | - |
| HSV(B) | 344.56º | 0.57% | 0.94% | - |
| XYZ | 45.55 | 30.29 | 27.87 | - |
| YUV | 148.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 139 | 0 | 0.57 | 0.42 | 0.06 | 344.56 | 0.82 | 0.67 |
| Hex | F0 | 68 | 8B | 0 | 39 | 2A | 6 | 159 | 52 | 43 |
| Octal | 360 | 150 | 213 | 0 | 71 | 52 | 6 | 531 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10001011 | 0 | 111001 | 101010 | 110 | 101011001 | 1010010 | 1000011 |
Color Harmonies of #F0688B
Complementary color
Monochromatic Colors of #F0688B
Black with #F0688B
Text Example
Text Example
White with #F0688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0688B; }
p { color: rgb(240,104,139); }
H1.HeaderClassName
{
color: #F0688B;
}
.AnyTagClassName
{
color: #F0688B;
}
</style>
background-color css
<style>
a { background-color: #F0688B; }
a { background-color: rgb(240,104,139); }
div.DivClassName
{
background-color: #F0688B;
}
.BgClassName
{
background-color: #F0688B;
}
</style>
border-color css
<style>
span { border-color: #F0688B; }
span { border-color: rgb(240,104,139); }
td.TdClassName
{
border-color: #F0688B;
}
.TagClassName
{
border-color: #F0688B;
}
</style>