Shades of Deep Blush #F06B8C
Tints of Deep Blush #F06B8C
RGB
CMYK
RGB Variations
Color information
#F06B8C (or 0xF06B8C) is known color: Deep Blush. HEX triplet: F0, 6B and 8C. RGB value is (240,107,140). Sum of RGB (Red+Green+Blue) = 240+107+140=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06B8C is #0F9473. Grayscale: #969696. Windows color (decimal): -1021044 or 9202672. OLE color: 9202672.
HSL color Cylindrical-coordinate representation of color #F06B8C: hue angle of 345.11º 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 #F06B8C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 140 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.06 |
| HSL | 345.11º | 0.82% | 0.68% | - |
| HSV(B) | 345.11º | 0.55% | 0.94% | - |
| XYZ | 45.93 | 30.93 | 28.36 | - |
| YUV | 150.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 140 | 0 | 0.55 | 0.42 | 0.06 | 345.11 | 0.82 | 0.68 |
| Hex | F0 | 6B | 8C | 0 | 37 | 2A | 6 | 159 | 52 | 44 |
| Octal | 360 | 153 | 214 | 0 | 67 | 52 | 6 | 531 | 122 | 104 |
| Binary | 11110000 | 1101011 | 10001100 | 0 | 110111 | 101010 | 110 | 101011001 | 1010010 | 1000100 |
Color Harmonies of #F06B8C
Complementary color
Monochromatic Colors of #F06B8C
Black with #F06B8C
Text Example
Text Example
White with #F06B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B8C; }
p { color: rgb(240,107,140); }
H1.HeaderClassName
{
color: #F06B8C;
}
.AnyTagClassName
{
color: #F06B8C;
}
</style>
background-color css
<style>
a { background-color: #F06B8C; }
a { background-color: rgb(240,107,140); }
div.DivClassName
{
background-color: #F06B8C;
}
.BgClassName
{
background-color: #F06B8C;
}
</style>
border-color css
<style>
span { border-color: #F06B8C; }
span { border-color: rgb(240,107,140); }
td.TdClassName
{
border-color: #F06B8C;
}
.TagClassName
{
border-color: #F06B8C;
}
</style>