Shades of Bittersweet #F6665A
Tints of Bittersweet #F6665A
RGB
CMYK
RGB Variations
Color information
#F6665A (or 0xF6665A) is known color: Bittersweet. HEX triplet: F6, 66 and 5A. RGB value is (246,102,90). Sum of RGB (Red+Green+Blue) = 246+102+90=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6665A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6665A is #0999A5. Grayscale: #8F8F8F. Windows color (decimal): -629158 or 5924598. OLE color: 5924598.
HSL color Cylindrical-coordinate representation of color #F6665A: hue angle of 4.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6665A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 90 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.04 |
| HSL | 4.62º | 0.9% | 0.66% | - |
| HSV(B) | 4.62º | 0.63% | 0.96% | - |
| XYZ | 44.6 | 29.83 | 13.08 | - |
| YUV | 143.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 90 | 0 | 0.59 | 0.63 | 0.04 | 4.62 | 0.9 | 0.66 |
| Hex | F6 | 66 | 5A | 0 | 3B | 3F | 4 | 5 | 5A | 42 |
| Octal | 366 | 146 | 132 | 0 | 73 | 77 | 4 | 5 | 132 | 102 |
| Binary | 11110110 | 1100110 | 1011010 | 0 | 111011 | 111111 | 100 | 101 | 1011010 | 1000010 |
Color Harmonies of #F6665A
Complementary color
Monochromatic Colors of #F6665A
Black with #F6665A
Text Example
Text Example
White with #F6665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6665A; }
p { color: rgb(246,102,90); }
H1.HeaderClassName
{
color: #F6665A;
}
.AnyTagClassName
{
color: #F6665A;
}
</style>
background-color css
<style>
a { background-color: #F6665A; }
a { background-color: rgb(246,102,90); }
div.DivClassName
{
background-color: #F6665A;
}
.BgClassName
{
background-color: #F6665A;
}
</style>
border-color css
<style>
span { border-color: #F6665A; }
span { border-color: rgb(246,102,90); }
td.TdClassName
{
border-color: #F6665A;
}
.TagClassName
{
border-color: #F6665A;
}
</style>