Shades of Bittersweet #F27562
Tints of Bittersweet #F27562
RGB
CMYK
RGB Variations
Color information
#F27562 (or 0xF27562) is known color: Bittersweet. HEX triplet: F2, 75 and 62. RGB value is (242,117,98). Sum of RGB (Red+Green+Blue) = 242+117+98=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27562 is #0D8A9D. Grayscale: #989898. Windows color (decimal): -887454 or 6452722. OLE color: 6452722.
HSL color Cylindrical-coordinate representation of color #F27562: hue angle of 7.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F27562 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 98 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.05 |
| HSL | 7.92º | 0.85% | 0.67% | - |
| HSV(B) | 7.92º | 0.6% | 0.95% | - |
| XYZ | 45.18 | 32.48 | 15.44 | - |
| YUV | 152.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 98 | 0 | 0.52 | 0.60 | 0.05 | 7.92 | 0.85 | 0.67 |
| Hex | F2 | 75 | 62 | 0 | 34 | 3C | 5 | 8 | 55 | 43 |
| Octal | 362 | 165 | 142 | 0 | 64 | 74 | 5 | 10 | 125 | 103 |
| Binary | 11110010 | 1110101 | 1100010 | 0 | 110100 | 111100 | 101 | 1000 | 1010101 | 1000011 |
Color Harmonies of #F27562
Complementary color
Monochromatic Colors of #F27562
Black with #F27562
Text Example
Text Example
White with #F27562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27562; }
p { color: rgb(242,117,98); }
H1.HeaderClassName
{
color: #F27562;
}
.AnyTagClassName
{
color: #F27562;
}
</style>
background-color css
<style>
a { background-color: #F27562; }
a { background-color: rgb(242,117,98); }
div.DivClassName
{
background-color: #F27562;
}
.BgClassName
{
background-color: #F27562;
}
</style>
border-color css
<style>
span { border-color: #F27562; }
span { border-color: rgb(242,117,98); }
td.TdClassName
{
border-color: #F27562;
}
.TagClassName
{
border-color: #F27562;
}
</style>