Shades of Bittersweet #F0635F
Tints of Bittersweet #F0635F
RGB
CMYK
RGB Variations
Color information
#F0635F (or 0xF0635F) is known color: Bittersweet. HEX triplet: F0, 63 and 5F. RGB value is (240,99,95). Sum of RGB (Red+Green+Blue) = 240+99+95=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0635F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0635F is #0F9CA0. Grayscale: #8C8C8C. Windows color (decimal): -1023137 or 6251504. OLE color: 6251504.
HSL color Cylindrical-coordinate representation of color #F0635F: hue angle of 1.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0635F is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 95 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.06 |
| HSL | 1.66º | 0.83% | 0.66% | - |
| HSV(B) | 1.66º | 0.6% | 0.94% | - |
| XYZ | 42.46 | 28.28 | 14.05 | - |
| YUV | 140.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 95 | 0 | 0.59 | 0.60 | 0.06 | 1.66 | 0.83 | 0.66 |
| Hex | F0 | 63 | 5F | 0 | 3B | 3C | 6 | 2 | 53 | 42 |
| Octal | 360 | 143 | 137 | 0 | 73 | 74 | 6 | 2 | 123 | 102 |
| Binary | 11110000 | 1100011 | 1011111 | 0 | 111011 | 111100 | 110 | 10 | 1010011 | 1000010 |
Color Harmonies of #F0635F
Complementary color
Monochromatic Colors of #F0635F
Black with #F0635F
Text Example
Text Example
White with #F0635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0635F; }
p { color: rgb(240,99,95); }
H1.HeaderClassName
{
color: #F0635F;
}
.AnyTagClassName
{
color: #F0635F;
}
</style>
background-color css
<style>
a { background-color: #F0635F; }
a { background-color: rgb(240,99,95); }
div.DivClassName
{
background-color: #F0635F;
}
.BgClassName
{
background-color: #F0635F;
}
</style>
border-color css
<style>
span { border-color: #F0635F; }
span { border-color: rgb(240,99,95); }
td.TdClassName
{
border-color: #F0635F;
}
.TagClassName
{
border-color: #F0635F;
}
</style>