Shades of Deep Blush #F06B8A
Tints of Deep Blush #F06B8A
RGB
CMYK
RGB Variations
Color information
#F06B8A (or 0xF06B8A) is known color: Deep Blush. HEX triplet: F0, 6B and 8A. RGB value is (240,107,138). Sum of RGB (Red+Green+Blue) = 240+107+138=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06B8A is #0F9475. Grayscale: #969696. Windows color (decimal): -1021046 or 9071600. OLE color: 9071600.
HSL color Cylindrical-coordinate representation of color #F06B8A: hue angle of 346.02º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06B8A is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 138 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.06 |
| HSL | 346.02º | 0.82% | 0.68% | - |
| HSV(B) | 346.02º | 0.55% | 0.94% | - |
| XYZ | 45.78 | 30.88 | 27.59 | - |
| YUV | 150.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 138 | 0 | 0.55 | 0.42 | 0.06 | 346.02 | 0.82 | 0.68 |
| Hex | F0 | 6B | 8A | 0 | 37 | 2A | 6 | 15A | 52 | 44 |
| Octal | 360 | 153 | 212 | 0 | 67 | 52 | 6 | 532 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10001010 | 0 | 110111 | 101010 | 110 | 101011010 | 1010010 | 1000100 |
Color Harmonies of #F06B8A
Complementary color
Monochromatic Colors of #F06B8A
Black with #F06B8A
Text Example
Text Example
White with #F06B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B8A; }
p { color: rgb(240,107,138); }
H1.HeaderClassName
{
color: #F06B8A;
}
.AnyTagClassName
{
color: #F06B8A;
}
</style>
background-color css
<style>
a { background-color: #F06B8A; }
a { background-color: rgb(240,107,138); }
div.DivClassName
{
background-color: #F06B8A;
}
.BgClassName
{
background-color: #F06B8A;
}
</style>
border-color css
<style>
span { border-color: #F06B8A; }
span { border-color: rgb(240,107,138); }
td.TdClassName
{
border-color: #F06B8A;
}
.TagClassName
{
border-color: #F06B8A;
}
</style>