Shades of Bittersweet #F3665C
Tints of Bittersweet #F3665C
RGB
CMYK
RGB Variations
Color information
#F3665C (or 0xF3665C) is known color: Bittersweet. HEX triplet: F3, 66 and 5C. RGB value is (243,102,92). Sum of RGB (Red+Green+Blue) = 243+102+92=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3665C is #0C99A3. Grayscale: #8F8F8F. Windows color (decimal): -825764 or 6055667. OLE color: 6055667.
HSL color Cylindrical-coordinate representation of color #F3665C: hue angle of 3.97º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3665C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 102 | 92 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.05 |
| HSL | 3.97º | 0.86% | 0.66% | - |
| HSV(B) | 3.97º | 0.62% | 0.95% | - |
| XYZ | 43.65 | 29.33 | 13.49 | - |
| YUV | 143.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 102 | 92 | 0 | 0.58 | 0.62 | 0.05 | 3.97 | 0.86 | 0.66 |
| Hex | F3 | 66 | 5C | 0 | 3A | 3E | 5 | 4 | 56 | 42 |
| Octal | 363 | 146 | 134 | 0 | 72 | 76 | 5 | 4 | 126 | 102 |
| Binary | 11110011 | 1100110 | 1011100 | 0 | 111010 | 111110 | 101 | 100 | 1010110 | 1000010 |
Color Harmonies of #F3665C
Complementary color
Monochromatic Colors of #F3665C
Black with #F3665C
Text Example
Text Example
White with #F3665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3665C; }
p { color: rgb(243,102,92); }
H1.HeaderClassName
{
color: #F3665C;
}
.AnyTagClassName
{
color: #F3665C;
}
</style>
background-color css
<style>
a { background-color: #F3665C; }
a { background-color: rgb(243,102,92); }
div.DivClassName
{
background-color: #F3665C;
}
.BgClassName
{
background-color: #F3665C;
}
</style>
border-color css
<style>
span { border-color: #F3665C; }
span { border-color: rgb(243,102,92); }
td.TdClassName
{
border-color: #F3665C;
}
.TagClassName
{
border-color: #F3665C;
}
</style>