Shades of Bittersweet #F26357
Tints of Bittersweet #F26357
RGB
CMYK
RGB Variations
Color information
#F26357 (or 0xF26357) is known color: Bittersweet. HEX triplet: F2, 63 and 57. RGB value is (242,99,87). Sum of RGB (Red+Green+Blue) = 242+99+87=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F26357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26357 is #0D9CA8. Grayscale: #8C8C8C. Windows color (decimal): -892073 or 5727218. OLE color: 5727218.
HSL color Cylindrical-coordinate representation of color #F26357: hue angle of 4.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F26357 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 87 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 4.65º | 0.86% | 0.65% | - |
| HSV(B) | 4.65º | 0.64% | 0.95% | - |
| XYZ | 42.8 | 28.49 | 12.26 | - |
| YUV | 140.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 87 | 0 | 0.59 | 0.64 | 0.05 | 4.65 | 0.86 | 0.65 |
| Hex | F2 | 63 | 57 | 0 | 3B | 40 | 5 | 5 | 56 | 41 |
| Octal | 362 | 143 | 127 | 0 | 73 | 100 | 5 | 5 | 126 | 101 |
| Binary | 11110010 | 1100011 | 1010111 | 0 | 111011 | 1000000 | 101 | 101 | 1010110 | 1000001 |
Color Harmonies of #F26357
Complementary color
Monochromatic Colors of #F26357
Black with #F26357
Text Example
Text Example
White with #F26357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26357; }
p { color: rgb(242,99,87); }
H1.HeaderClassName
{
color: #F26357;
}
.AnyTagClassName
{
color: #F26357;
}
</style>
background-color css
<style>
a { background-color: #F26357; }
a { background-color: rgb(242,99,87); }
div.DivClassName
{
background-color: #F26357;
}
.BgClassName
{
background-color: #F26357;
}
</style>
border-color css
<style>
span { border-color: #F26357; }
span { border-color: rgb(242,99,87); }
td.TdClassName
{
border-color: #F26357;
}
.TagClassName
{
border-color: #F26357;
}
</style>