Shades of Bittersweet #F36864
Tints of Bittersweet #F36864
RGB
CMYK
RGB Variations
Color information
#F36864 (or 0xF36864) is known color: Bittersweet. HEX triplet: F3, 68 and 64. RGB value is (243,104,100). Sum of RGB (Red+Green+Blue) = 243+104+100=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F36864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36864 is #0C979B. Grayscale: #919191. Windows color (decimal): -825244 or 6580467. OLE color: 6580467.
HSL color Cylindrical-coordinate representation of color #F36864: hue angle of 1.68º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F36864 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 100 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.05 |
| HSL | 1.68º | 0.86% | 0.67% | - |
| HSV(B) | 1.68º | 0.59% | 0.95% | - |
| XYZ | 44.21 | 29.88 | 15.49 | - |
| YUV | 145.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 100 | 0 | 0.57 | 0.59 | 0.05 | 1.68 | 0.86 | 0.67 |
| Hex | F3 | 68 | 64 | 0 | 39 | 3B | 5 | 2 | 56 | 43 |
| Octal | 363 | 150 | 144 | 0 | 71 | 73 | 5 | 2 | 126 | 103 |
| Binary | 11110011 | 1101000 | 1100100 | 0 | 111001 | 111011 | 101 | 10 | 1010110 | 1000011 |
Color Harmonies of #F36864
Complementary color
Monochromatic Colors of #F36864
Black with #F36864
Text Example
Text Example
White with #F36864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36864; }
p { color: rgb(243,104,100); }
H1.HeaderClassName
{
color: #F36864;
}
.AnyTagClassName
{
color: #F36864;
}
</style>
background-color css
<style>
a { background-color: #F36864; }
a { background-color: rgb(243,104,100); }
div.DivClassName
{
background-color: #F36864;
}
.BgClassName
{
background-color: #F36864;
}
</style>
border-color css
<style>
span { border-color: #F36864; }
span { border-color: rgb(243,104,100); }
td.TdClassName
{
border-color: #F36864;
}
.TagClassName
{
border-color: #F36864;
}
</style>