Shades of Deep Blush #F0658A
Tints of Deep Blush #F0658A
RGB
CMYK
RGB Variations
Color information
#F0658A (or 0xF0658A) is known color: Deep Blush. HEX triplet: F0, 65 and 8A. RGB value is (240,101,138). Sum of RGB (Red+Green+Blue) = 240+101+138=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0658A is #0F9A75. Grayscale: #929292. Windows color (decimal): -1022582 or 9070064. OLE color: 9070064.
HSL color Cylindrical-coordinate representation of color #F0658A: hue angle of 344.03º 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 #F0658A is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 138 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.06 |
| HSL | 344.03º | 0.82% | 0.67% | - |
| HSV(B) | 344.03º | 0.58% | 0.94% | - |
| XYZ | 45.18 | 29.67 | 27.39 | - |
| YUV | 146.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 138 | 0 | 0.58 | 0.42 | 0.06 | 344.03 | 0.82 | 0.67 |
| Hex | F0 | 65 | 8A | 0 | 3A | 2A | 6 | 158 | 52 | 43 |
| Octal | 360 | 145 | 212 | 0 | 72 | 52 | 6 | 530 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10001010 | 0 | 111010 | 101010 | 110 | 101011000 | 1010010 | 1000011 |
Color Harmonies of #F0658A
Complementary color
Monochromatic Colors of #F0658A
Black with #F0658A
Text Example
Text Example
White with #F0658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0658A; }
p { color: rgb(240,101,138); }
H1.HeaderClassName
{
color: #F0658A;
}
.AnyTagClassName
{
color: #F0658A;
}
</style>
background-color css
<style>
a { background-color: #F0658A; }
a { background-color: rgb(240,101,138); }
div.DivClassName
{
background-color: #F0658A;
}
.BgClassName
{
background-color: #F0658A;
}
</style>
border-color css
<style>
span { border-color: #F0658A; }
span { border-color: rgb(240,101,138); }
td.TdClassName
{
border-color: #F0658A;
}
.TagClassName
{
border-color: #F0658A;
}
</style>