Shades of Deep Blush #F0658D
Tints of Deep Blush #F0658D
RGB
CMYK
RGB Variations
Color information
#F0658D (or 0xF0658D) is known color: Deep Blush. HEX triplet: F0, 65 and 8D. RGB value is (240,101,141). Sum of RGB (Red+Green+Blue) = 240+101+141=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0658D is #0F9A72. Grayscale: #939393. Windows color (decimal): -1022579 or 9266672. OLE color: 9266672.
HSL color Cylindrical-coordinate representation of color #F0658D: hue angle of 342.73º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0658D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 141 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.06 |
| HSL | 342.73º | 0.82% | 0.67% | - |
| HSV(B) | 342.73º | 0.58% | 0.94% | - |
| XYZ | 45.4 | 29.76 | 28.55 | - |
| YUV | 147.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 141 | 0 | 0.58 | 0.41 | 0.06 | 342.73 | 0.82 | 0.67 |
| Hex | F0 | 65 | 8D | 0 | 3A | 29 | 6 | 157 | 52 | 43 |
| Octal | 360 | 145 | 215 | 0 | 72 | 51 | 6 | 527 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10001101 | 0 | 111010 | 101001 | 110 | 101010111 | 1010010 | 1000011 |
Color Harmonies of #F0658D
Complementary color
Monochromatic Colors of #F0658D
Black with #F0658D
Text Example
Text Example
White with #F0658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0658D; }
p { color: rgb(240,101,141); }
H1.HeaderClassName
{
color: #F0658D;
}
.AnyTagClassName
{
color: #F0658D;
}
</style>
background-color css
<style>
a { background-color: #F0658D; }
a { background-color: rgb(240,101,141); }
div.DivClassName
{
background-color: #F0658D;
}
.BgClassName
{
background-color: #F0658D;
}
</style>
border-color css
<style>
span { border-color: #F0658D; }
span { border-color: rgb(240,101,141); }
td.TdClassName
{
border-color: #F0658D;
}
.TagClassName
{
border-color: #F0658D;
}
</style>