Shades of Bittersweet #F17267
Tints of Bittersweet #F17267
RGB
CMYK
RGB Variations
Color information
#F17267 (or 0xF17267) is known color: Bittersweet. HEX triplet: F1, 72 and 67. RGB value is (241,114,103). Sum of RGB (Red+Green+Blue) = 241+114+103=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F17267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17267 is #0E8D98. Grayscale: #969696. Windows color (decimal): -953753 or 6779633. OLE color: 6779633.
HSL color Cylindrical-coordinate representation of color #F17267: hue angle of 4.78º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F17267 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 103 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.05 |
| HSL | 4.78º | 0.83% | 0.67% | - |
| HSV(B) | 4.78º | 0.57% | 0.95% | - |
| XYZ | 44.74 | 31.71 | 16.6 | - |
| YUV | 150.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 103 | 0 | 0.53 | 0.57 | 0.05 | 4.78 | 0.83 | 0.67 |
| Hex | F1 | 72 | 67 | 0 | 35 | 39 | 5 | 5 | 53 | 43 |
| Octal | 361 | 162 | 147 | 0 | 65 | 71 | 5 | 5 | 123 | 103 |
| Binary | 11110001 | 1110010 | 1100111 | 0 | 110101 | 111001 | 101 | 101 | 1010011 | 1000011 |
Color Harmonies of #F17267
Complementary color
Monochromatic Colors of #F17267
Black with #F17267
Text Example
Text Example
White with #F17267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17267; }
p { color: rgb(241,114,103); }
H1.HeaderClassName
{
color: #F17267;
}
.AnyTagClassName
{
color: #F17267;
}
</style>
background-color css
<style>
a { background-color: #F17267; }
a { background-color: rgb(241,114,103); }
div.DivClassName
{
background-color: #F17267;
}
.BgClassName
{
background-color: #F17267;
}
</style>
border-color css
<style>
span { border-color: #F17267; }
span { border-color: rgb(241,114,103); }
td.TdClassName
{
border-color: #F17267;
}
.TagClassName
{
border-color: #F17267;
}
</style>