Shades of Bittersweet #F17463
Tints of Bittersweet #F17463
RGB
CMYK
RGB Variations
Color information
#F17463 (or 0xF17463) is known color: Bittersweet. HEX triplet: F1, 74 and 63. RGB value is (241,116,99). Sum of RGB (Red+Green+Blue) = 241+116+99=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F17463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17463 is #0E8B9C. Grayscale: #979797. Windows color (decimal): -953245 or 6518001. OLE color: 6518001.
HSL color Cylindrical-coordinate representation of color #F17463: hue angle of 7.18º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F17463 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 99 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.05 |
| HSL | 7.18º | 0.84% | 0.67% | - |
| HSV(B) | 7.18º | 0.59% | 0.95% | - |
| XYZ | 44.77 | 32.09 | 15.64 | - |
| YUV | 151.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 99 | 0 | 0.52 | 0.59 | 0.05 | 7.18 | 0.84 | 0.67 |
| Hex | F1 | 74 | 63 | 0 | 34 | 3B | 5 | 7 | 54 | 43 |
| Octal | 361 | 164 | 143 | 0 | 64 | 73 | 5 | 7 | 124 | 103 |
| Binary | 11110001 | 1110100 | 1100011 | 0 | 110100 | 111011 | 101 | 111 | 1010100 | 1000011 |
Color Harmonies of #F17463
Complementary color
Monochromatic Colors of #F17463
Black with #F17463
Text Example
Text Example
White with #F17463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17463; }
p { color: rgb(241,116,99); }
H1.HeaderClassName
{
color: #F17463;
}
.AnyTagClassName
{
color: #F17463;
}
</style>
background-color css
<style>
a { background-color: #F17463; }
a { background-color: rgb(241,116,99); }
div.DivClassName
{
background-color: #F17463;
}
.BgClassName
{
background-color: #F17463;
}
</style>
border-color css
<style>
span { border-color: #F17463; }
span { border-color: rgb(241,116,99); }
td.TdClassName
{
border-color: #F17463;
}
.TagClassName
{
border-color: #F17463;
}
</style>