Shades of Bittersweet #F17264
Tints of Bittersweet #F17264
RGB
CMYK
RGB Variations
Color information
#F17264 (or 0xF17264) is known color: Bittersweet. HEX triplet: F1, 72 and 64. RGB value is (241,114,100). Sum of RGB (Red+Green+Blue) = 241+114+100=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F17264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17264 is #0E8D9B. Grayscale: #969696. Windows color (decimal): -953756 or 6583025. OLE color: 6583025.
HSL color Cylindrical-coordinate representation of color #F17264: hue angle of 5.96º 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 #F17264 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 100 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.05 |
| HSL | 5.96º | 0.83% | 0.67% | - |
| HSV(B) | 5.96º | 0.59% | 0.95% | - |
| XYZ | 44.59 | 31.66 | 15.82 | - |
| YUV | 150.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 100 | 0 | 0.53 | 0.59 | 0.05 | 5.96 | 0.83 | 0.67 |
| Hex | F1 | 72 | 64 | 0 | 35 | 3B | 5 | 6 | 53 | 43 |
| Octal | 361 | 162 | 144 | 0 | 65 | 73 | 5 | 6 | 123 | 103 |
| Binary | 11110001 | 1110010 | 1100100 | 0 | 110101 | 111011 | 101 | 110 | 1010011 | 1000011 |
Color Harmonies of #F17264
Complementary color
Monochromatic Colors of #F17264
Black with #F17264
Text Example
Text Example
White with #F17264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17264; }
p { color: rgb(241,114,100); }
H1.HeaderClassName
{
color: #F17264;
}
.AnyTagClassName
{
color: #F17264;
}
</style>
background-color css
<style>
a { background-color: #F17264; }
a { background-color: rgb(241,114,100); }
div.DivClassName
{
background-color: #F17264;
}
.BgClassName
{
background-color: #F17264;
}
</style>
border-color css
<style>
span { border-color: #F17264; }
span { border-color: rgb(241,114,100); }
td.TdClassName
{
border-color: #F17264;
}
.TagClassName
{
border-color: #F17264;
}
</style>