Shades of Bittersweet #F0605C
Tints of Bittersweet #F0605C
RGB
CMYK
RGB Variations
Color information
#F0605C (or 0xF0605C) is known color: Bittersweet. HEX triplet: F0, 60 and 5C. RGB value is (240,96,92). Sum of RGB (Red+Green+Blue) = 240+96+92=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0605C is #0F9FA3. Grayscale: #8A8A8A. Windows color (decimal): -1023908 or 6054128. OLE color: 6054128.
HSL color Cylindrical-coordinate representation of color #F0605C: hue angle of 1.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0605C is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 92 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.06 |
| HSL | 1.62º | 0.83% | 0.65% | - |
| HSV(B) | 1.62º | 0.62% | 0.94% | - |
| XYZ | 42.05 | 27.66 | 13.25 | - |
| YUV | 138.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 92 | 0 | 0.6 | 0.62 | 0.06 | 1.62 | 0.83 | 0.65 |
| Hex | F0 | 60 | 5C | 0 | 3C | 3E | 6 | 2 | 53 | 41 |
| Octal | 360 | 140 | 134 | 0 | 74 | 76 | 6 | 2 | 123 | 101 |
| Binary | 11110000 | 1100000 | 1011100 | 0 | 111100 | 111110 | 110 | 10 | 1010011 | 1000001 |
Color Harmonies of #F0605C
Complementary color
Monochromatic Colors of #F0605C
Black with #F0605C
Text Example
Text Example
White with #F0605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0605C; }
p { color: rgb(240,96,92); }
H1.HeaderClassName
{
color: #F0605C;
}
.AnyTagClassName
{
color: #F0605C;
}
</style>
background-color css
<style>
a { background-color: #F0605C; }
a { background-color: rgb(240,96,92); }
div.DivClassName
{
background-color: #F0605C;
}
.BgClassName
{
background-color: #F0605C;
}
</style>
border-color css
<style>
span { border-color: #F0605C; }
span { border-color: rgb(240,96,92); }
td.TdClassName
{
border-color: #F0605C;
}
.TagClassName
{
border-color: #F0605C;
}
</style>