Shades of Deep Blush #F0668D
Tints of Deep Blush #F0668D
RGB
CMYK
RGB Variations
Color information
#F0668D (or 0xF0668D) is known color: Deep Blush. HEX triplet: F0, 66 and 8D. RGB value is (240,102,141). Sum of RGB (Red+Green+Blue) = 240+102+141=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0668D is #0F9972. Grayscale: #939393. Windows color (decimal): -1022323 or 9266928. OLE color: 9266928.
HSL color Cylindrical-coordinate representation of color #F0668D: hue angle of 343.04º 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 #F0668D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 141 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.06 |
| HSL | 343.04º | 0.82% | 0.67% | - |
| HSV(B) | 343.04º | 0.58% | 0.94% | - |
| XYZ | 45.49 | 29.95 | 28.58 | - |
| YUV | 147.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 141 | 0 | 0.58 | 0.41 | 0.06 | 343.04 | 0.82 | 0.67 |
| Hex | F0 | 66 | 8D | 0 | 3A | 29 | 6 | 157 | 52 | 43 |
| Octal | 360 | 146 | 215 | 0 | 72 | 51 | 6 | 527 | 122 | 103 |
| Binary | 11110000 | 1100110 | 10001101 | 0 | 111010 | 101001 | 110 | 101010111 | 1010010 | 1000011 |
Color Harmonies of #F0668D
Complementary color
Monochromatic Colors of #F0668D
Black with #F0668D
Text Example
Text Example
White with #F0668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0668D; }
p { color: rgb(240,102,141); }
H1.HeaderClassName
{
color: #F0668D;
}
.AnyTagClassName
{
color: #F0668D;
}
</style>
background-color css
<style>
a { background-color: #F0668D; }
a { background-color: rgb(240,102,141); }
div.DivClassName
{
background-color: #F0668D;
}
.BgClassName
{
background-color: #F0668D;
}
</style>
border-color css
<style>
span { border-color: #F0668D; }
span { border-color: rgb(240,102,141); }
td.TdClassName
{
border-color: #F0668D;
}
.TagClassName
{
border-color: #F0668D;
}
</style>