Shades of Bittersweet #F27567
Tints of Bittersweet #F27567
RGB
CMYK
RGB Variations
Color information
#F27567 (or 0xF27567) is known color: Bittersweet. HEX triplet: F2, 75 and 67. RGB value is (242,117,103). Sum of RGB (Red+Green+Blue) = 242+117+103=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F27567 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27567 is #0D8A98. Grayscale: #989898. Windows color (decimal): -887449 or 6780402. OLE color: 6780402.
HSL color Cylindrical-coordinate representation of color #F27567: hue angle of 6.04º 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 #F27567 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 103 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.05 |
| HSL | 6.04º | 0.84% | 0.68% | - |
| HSV(B) | 6.04º | 0.57% | 0.95% | - |
| XYZ | 45.43 | 32.58 | 16.73 | - |
| YUV | 152.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 103 | 0 | 0.52 | 0.57 | 0.05 | 6.04 | 0.84 | 0.68 |
| Hex | F2 | 75 | 67 | 0 | 34 | 39 | 5 | 6 | 54 | 44 |
| Octal | 362 | 165 | 147 | 0 | 64 | 71 | 5 | 6 | 124 | 104 |
| Binary | 11110010 | 1110101 | 1100111 | 0 | 110100 | 111001 | 101 | 110 | 1010100 | 1000100 |
Color Harmonies of #F27567
Complementary color
Monochromatic Colors of #F27567
Black with #F27567
Text Example
Text Example
White with #F27567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27567; }
p { color: rgb(242,117,103); }
H1.HeaderClassName
{
color: #F27567;
}
.AnyTagClassName
{
color: #F27567;
}
</style>
background-color css
<style>
a { background-color: #F27567; }
a { background-color: rgb(242,117,103); }
div.DivClassName
{
background-color: #F27567;
}
.BgClassName
{
background-color: #F27567;
}
</style>
border-color css
<style>
span { border-color: #F27567; }
span { border-color: rgb(242,117,103); }
td.TdClassName
{
border-color: #F27567;
}
.TagClassName
{
border-color: #F27567;
}
</style>