Shades of Bittersweet #F27167
Tints of Bittersweet #F27167
RGB
CMYK
RGB Variations
Color information
#F27167 (or 0xF27167) is known color: Bittersweet. HEX triplet: F2, 71 and 67. RGB value is (242,113,103). Sum of RGB (Red+Green+Blue) = 242+113+103=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F27167 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27167 is #0D8E98. Grayscale: #969696. Windows color (decimal): -888473 or 6779378. OLE color: 6779378.
HSL color Cylindrical-coordinate representation of color #F27167: hue angle of 4.32º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F27167 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 103 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.05 |
| HSL | 4.32º | 0.84% | 0.68% | - |
| HSV(B) | 4.32º | 0.57% | 0.95% | - |
| XYZ | 44.97 | 31.67 | 16.57 | - |
| YUV | 150.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 103 | 0 | 0.53 | 0.57 | 0.05 | 4.32 | 0.84 | 0.68 |
| Hex | F2 | 71 | 67 | 0 | 35 | 39 | 5 | 4 | 54 | 44 |
| Octal | 362 | 161 | 147 | 0 | 65 | 71 | 5 | 4 | 124 | 104 |
| Binary | 11110010 | 1110001 | 1100111 | 0 | 110101 | 111001 | 101 | 100 | 1010100 | 1000100 |
Color Harmonies of #F27167
Complementary color
Monochromatic Colors of #F27167
Black with #F27167
Text Example
Text Example
White with #F27167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27167; }
p { color: rgb(242,113,103); }
H1.HeaderClassName
{
color: #F27167;
}
.AnyTagClassName
{
color: #F27167;
}
</style>
background-color css
<style>
a { background-color: #F27167; }
a { background-color: rgb(242,113,103); }
div.DivClassName
{
background-color: #F27167;
}
.BgClassName
{
background-color: #F27167;
}
</style>
border-color css
<style>
span { border-color: #F27167; }
span { border-color: rgb(242,113,103); }
td.TdClassName
{
border-color: #F27167;
}
.TagClassName
{
border-color: #F27167;
}
</style>