Shades of Bittersweet #F06F69
Tints of Bittersweet #F06F69
RGB
CMYK
RGB Variations
Color information
#F06F69 (or 0xF06F69) is known color: Bittersweet. HEX triplet: F0, 6F and 69. RGB value is (240,111,105). Sum of RGB (Red+Green+Blue) = 240+111+105=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06F69 is #0F9096. Grayscale: #959595. Windows color (decimal): -1020055 or 6909936. OLE color: 6909936.
HSL color Cylindrical-coordinate representation of color #F06F69: hue angle of 2.67º 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 #F06F69 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 105 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.06 |
| HSL | 2.67º | 0.82% | 0.68% | - |
| HSV(B) | 2.67º | 0.56% | 0.94% | - |
| XYZ | 44.17 | 30.91 | 17 | - |
| YUV | 148.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 105 | 0 | 0.54 | 0.56 | 0.06 | 2.67 | 0.82 | 0.68 |
| Hex | F0 | 6F | 69 | 0 | 36 | 38 | 6 | 3 | 52 | 44 |
| Octal | 360 | 157 | 151 | 0 | 66 | 70 | 6 | 3 | 122 | 104 |
| Binary | 11110000 | 1101111 | 1101001 | 0 | 110110 | 111000 | 110 | 11 | 1010010 | 1000100 |
Color Harmonies of #F06F69
Complementary color
Monochromatic Colors of #F06F69
Black with #F06F69
Text Example
Text Example
White with #F06F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F69; }
p { color: rgb(240,111,105); }
H1.HeaderClassName
{
color: #F06F69;
}
.AnyTagClassName
{
color: #F06F69;
}
</style>
background-color css
<style>
a { background-color: #F06F69; }
a { background-color: rgb(240,111,105); }
div.DivClassName
{
background-color: #F06F69;
}
.BgClassName
{
background-color: #F06F69;
}
</style>
border-color css
<style>
span { border-color: #F06F69; }
span { border-color: rgb(240,111,105); }
td.TdClassName
{
border-color: #F06F69;
}
.TagClassName
{
border-color: #F06F69;
}
</style>