Shades of Bittersweet #F27467
Tints of Bittersweet #F27467
RGB
CMYK
RGB Variations
Color information
#F27467 (or 0xF27467) is known color: Bittersweet. HEX triplet: F2, 74 and 67. RGB value is (242,116,103). Sum of RGB (Red+Green+Blue) = 242+116+103=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F27467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27467 is #0D8B98. Grayscale: #989898. Windows color (decimal): -887705 or 6780146. OLE color: 6780146.
HSL color Cylindrical-coordinate representation of color #F27467: hue angle of 5.61º 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 #F27467 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 103 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.05 |
| HSL | 5.61º | 0.84% | 0.68% | - |
| HSV(B) | 5.61º | 0.57% | 0.95% | - |
| XYZ | 45.31 | 32.35 | 16.69 | - |
| YUV | 152.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 103 | 0 | 0.52 | 0.57 | 0.05 | 5.61 | 0.84 | 0.68 |
| Hex | F2 | 74 | 67 | 0 | 34 | 39 | 5 | 6 | 54 | 44 |
| Octal | 362 | 164 | 147 | 0 | 64 | 71 | 5 | 6 | 124 | 104 |
| Binary | 11110010 | 1110100 | 1100111 | 0 | 110100 | 111001 | 101 | 110 | 1010100 | 1000100 |
Color Harmonies of #F27467
Complementary color
Monochromatic Colors of #F27467
Black with #F27467
Text Example
Text Example
White with #F27467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27467; }
p { color: rgb(242,116,103); }
H1.HeaderClassName
{
color: #F27467;
}
.AnyTagClassName
{
color: #F27467;
}
</style>
background-color css
<style>
a { background-color: #F27467; }
a { background-color: rgb(242,116,103); }
div.DivClassName
{
background-color: #F27467;
}
.BgClassName
{
background-color: #F27467;
}
</style>
border-color css
<style>
span { border-color: #F27467; }
span { border-color: rgb(242,116,103); }
td.TdClassName
{
border-color: #F27467;
}
.TagClassName
{
border-color: #F27467;
}
</style>