Shades of Bittersweet #F16969
Tints of Bittersweet #F16969
RGB
CMYK
RGB Variations
Color information
#F16969 (or 0xF16969) is known color: Bittersweet. HEX triplet: F1, 69 and 69. RGB value is (241,105,105). Sum of RGB (Red+Green+Blue) = 241+105+105=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F16969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16969 is #0E9696. Grayscale: #919191. Windows color (decimal): -956055 or 6908401. OLE color: 6908401.
HSL color Cylindrical-coordinate representation of color #F16969: hue angle of 0º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16969 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 105 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.05 |
| HSL | 0º | 0.83% | 0.68% | - |
| HSV(B) | 0º | 0.56% | 0.95% | - |
| XYZ | 43.88 | 29.82 | 16.81 | - |
| YUV | 145.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 105 | 0 | 0.56 | 0.56 | 0.05 | 0 | 0.83 | 0.68 |
| Hex | F1 | 69 | 69 | 0 | 38 | 38 | 5 | 0 | 53 | 44 |
| Octal | 361 | 151 | 151 | 0 | 70 | 70 | 5 | 0 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1101001 | 0 | 111000 | 111000 | 101 | 0 | 1010011 | 1000100 |
Color Harmonies of #F16969
Complementary color
Monochromatic Colors of #F16969
Black with #F16969
Text Example
Text Example
White with #F16969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16969; }
p { color: rgb(241,105,105); }
H1.HeaderClassName
{
color: #F16969;
}
.AnyTagClassName
{
color: #F16969;
}
</style>
background-color css
<style>
a { background-color: #F16969; }
a { background-color: rgb(241,105,105); }
div.DivClassName
{
background-color: #F16969;
}
.BgClassName
{
background-color: #F16969;
}
</style>
border-color css
<style>
span { border-color: #F16969; }
span { border-color: rgb(241,105,105); }
td.TdClassName
{
border-color: #F16969;
}
.TagClassName
{
border-color: #F16969;
}
</style>