Shades of Bittersweet #F06664
Tints of Bittersweet #F06664
RGB
CMYK
RGB Variations
Color information
#F06664 (or 0xF06664) is known color: Bittersweet. HEX triplet: F0, 66 and 64. RGB value is (240,102,100). Sum of RGB (Red+Green+Blue) = 240+102+100=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F06664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06664 is #0F999B. Grayscale: #8F8F8F. Windows color (decimal): -1022364 or 6579952. OLE color: 6579952.
HSL color Cylindrical-coordinate representation of color #F06664: hue angle of 0.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06664 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 100 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.06 |
| HSL | 0.86º | 0.82% | 0.67% | - |
| HSV(B) | 0.86º | 0.58% | 0.94% | - |
| XYZ | 42.99 | 28.95 | 15.38 | - |
| YUV | 143.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 100 | 0 | 0.58 | 0.58 | 0.06 | 0.86 | 0.82 | 0.67 |
| Hex | F0 | 66 | 64 | 0 | 3A | 3A | 6 | 1 | 52 | 43 |
| Octal | 360 | 146 | 144 | 0 | 72 | 72 | 6 | 1 | 122 | 103 |
| Binary | 11110000 | 1100110 | 1100100 | 0 | 111010 | 111010 | 110 | 1 | 1010010 | 1000011 |
Color Harmonies of #F06664
Complementary color
Monochromatic Colors of #F06664
Black with #F06664
Text Example
Text Example
White with #F06664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06664; }
p { color: rgb(240,102,100); }
H1.HeaderClassName
{
color: #F06664;
}
.AnyTagClassName
{
color: #F06664;
}
</style>
background-color css
<style>
a { background-color: #F06664; }
a { background-color: rgb(240,102,100); }
div.DivClassName
{
background-color: #F06664;
}
.BgClassName
{
background-color: #F06664;
}
</style>
border-color css
<style>
span { border-color: #F06664; }
span { border-color: rgb(240,102,100); }
td.TdClassName
{
border-color: #F06664;
}
.TagClassName
{
border-color: #F06664;
}
</style>