Shades of Bittersweet #F17464
Tints of Bittersweet #F17464
RGB
CMYK
RGB Variations
Color information
#F17464 (or 0xF17464) is known color: Bittersweet. HEX triplet: F1, 74 and 64. RGB value is (241,116,100). Sum of RGB (Red+Green+Blue) = 241+116+100=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F17464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17464 is #0E8B9B. Grayscale: #979797. Windows color (decimal): -953244 or 6583537. OLE color: 6583537.
HSL color Cylindrical-coordinate representation of color #F17464: hue angle of 6.81º degrees, saturation: 0.83, 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 #F17464 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 100 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.05 |
| HSL | 6.81º | 0.83% | 0.67% | - |
| HSV(B) | 6.81º | 0.59% | 0.95% | - |
| XYZ | 44.82 | 32.11 | 15.89 | - |
| YUV | 151.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 100 | 0 | 0.52 | 0.59 | 0.05 | 6.81 | 0.83 | 0.67 |
| Hex | F1 | 74 | 64 | 0 | 34 | 3B | 5 | 7 | 53 | 43 |
| Octal | 361 | 164 | 144 | 0 | 64 | 73 | 5 | 7 | 123 | 103 |
| Binary | 11110001 | 1110100 | 1100100 | 0 | 110100 | 111011 | 101 | 111 | 1010011 | 1000011 |
Color Harmonies of #F17464
Complementary color
Monochromatic Colors of #F17464
Black with #F17464
Text Example
Text Example
White with #F17464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17464; }
p { color: rgb(241,116,100); }
H1.HeaderClassName
{
color: #F17464;
}
.AnyTagClassName
{
color: #F17464;
}
</style>
background-color css
<style>
a { background-color: #F17464; }
a { background-color: rgb(241,116,100); }
div.DivClassName
{
background-color: #F17464;
}
.BgClassName
{
background-color: #F17464;
}
</style>
border-color css
<style>
span { border-color: #F17464; }
span { border-color: rgb(241,116,100); }
td.TdClassName
{
border-color: #F17464;
}
.TagClassName
{
border-color: #F17464;
}
</style>