Shades of Deep Blush #F0668B
Tints of Deep Blush #F0668B
RGB
CMYK
RGB Variations
Color information
#F0668B (or 0xF0668B) is known color: Deep Blush. HEX triplet: F0, 66 and 8B. RGB value is (240,102,139). Sum of RGB (Red+Green+Blue) = 240+102+139=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0668B is #0F9974. Grayscale: #939393. Windows color (decimal): -1022325 or 9135856. OLE color: 9135856.
HSL color Cylindrical-coordinate representation of color #F0668B: hue angle of 343.91º 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 #F0668B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 139 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.06 |
| HSL | 343.91º | 0.82% | 0.67% | - |
| HSV(B) | 343.91º | 0.58% | 0.94% | - |
| XYZ | 45.35 | 29.89 | 27.81 | - |
| YUV | 147.48 | 123.22 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 139 | 0 | 0.58 | 0.42 | 0.06 | 343.91 | 0.82 | 0.67 |
| Hex | F0 | 66 | 8B | 0 | 3A | 2A | 6 | 158 | 52 | 43 |
| Octal | 360 | 146 | 213 | 0 | 72 | 52 | 6 | 530 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10001011 | 0 | 111010 | 101010 | 110 | 101011000 | 1010010 | 1000011 |
Color Harmonies of #F0668B
Complementary color
Monochromatic Colors of #F0668B
Black with #F0668B
Text Example
Text Example
White with #F0668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0668B; }
p { color: rgb(240,102,139); }
H1.HeaderClassName
{
color: #F0668B;
}
.AnyTagClassName
{
color: #F0668B;
}
</style>
background-color css
<style>
a { background-color: #F0668B; }
a { background-color: rgb(240,102,139); }
div.DivClassName
{
background-color: #F0668B;
}
.BgClassName
{
background-color: #F0668B;
}
</style>
border-color css
<style>
span { border-color: #F0668B; }
span { border-color: rgb(240,102,139); }
td.TdClassName
{
border-color: #F0668B;
}
.TagClassName
{
border-color: #F0668B;
}
</style>