Shades of Deep Blush #F06A8F
Tints of Deep Blush #F06A8F
RGB
CMYK
RGB Variations
Color information
#F06A8F (or 0xF06A8F) is known color: Deep Blush. HEX triplet: F0, 6A and 8F. RGB value is (240,106,143). Sum of RGB (Red+Green+Blue) = 240+106+143=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A8F is #0F9570. Grayscale: #969696. Windows color (decimal): -1021297 or 9399024. OLE color: 9399024.
HSL color Cylindrical-coordinate representation of color #F06A8F: hue angle of 343.43º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A8F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 143 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.06 |
| HSL | 343.43º | 0.82% | 0.68% | - |
| HSV(B) | 343.43º | 0.56% | 0.94% | - |
| XYZ | 46.05 | 30.82 | 29.51 | - |
| YUV | 150.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 143 | 0 | 0.56 | 0.40 | 0.06 | 343.43 | 0.82 | 0.68 |
| Hex | F0 | 6A | 8F | 0 | 38 | 28 | 6 | 157 | 52 | 44 |
| Octal | 360 | 152 | 217 | 0 | 70 | 50 | 6 | 527 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10001111 | 0 | 111000 | 101000 | 110 | 101010111 | 1010010 | 1000100 |
Color Harmonies of #F06A8F
Complementary color
Monochromatic Colors of #F06A8F
Black with #F06A8F
Text Example
Text Example
White with #F06A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A8F; }
p { color: rgb(240,106,143); }
H1.HeaderClassName
{
color: #F06A8F;
}
.AnyTagClassName
{
color: #F06A8F;
}
</style>
background-color css
<style>
a { background-color: #F06A8F; }
a { background-color: rgb(240,106,143); }
div.DivClassName
{
background-color: #F06A8F;
}
.BgClassName
{
background-color: #F06A8F;
}
</style>
border-color css
<style>
span { border-color: #F06A8F; }
span { border-color: rgb(240,106,143); }
td.TdClassName
{
border-color: #F06A8F;
}
.TagClassName
{
border-color: #F06A8F;
}
</style>