Shades of Bittersweet #F75C5A
Tints of Bittersweet #F75C5A
RGB
CMYK
RGB Variations
Color information
#F75C5A (or 0xF75C5A) is known color: Bittersweet. HEX triplet: F7, 5C and 5A. RGB value is (247,92,90). Sum of RGB (Red+Green+Blue) = 247+92+90=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C5A is #08A3A5. Grayscale: #8A8A8A. Windows color (decimal): -566182 or 5922039. OLE color: 5922039.
HSL color Cylindrical-coordinate representation of color #F75C5A: hue angle of 0.76º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75C5A is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 90 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.03 |
| HSL | 0.76º | 0.91% | 0.66% | - |
| HSV(B) | 0.76º | 0.64% | 0.97% | - |
| XYZ | 44.03 | 28.17 | 12.79 | - |
| YUV | 138.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 90 | 0 | 0.63 | 0.64 | 0.03 | 0.76 | 0.91 | 0.66 |
| Hex | F7 | 5C | 5A | 0 | 3F | 40 | 3 | 1 | 5B | 42 |
| Octal | 367 | 134 | 132 | 0 | 77 | 100 | 3 | 1 | 133 | 102 |
| Binary | 11110111 | 1011100 | 1011010 | 0 | 111111 | 1000000 | 11 | 1 | 1011011 | 1000010 |
Color Harmonies of #F75C5A
Complementary color
Monochromatic Colors of #F75C5A
Black with #F75C5A
Text Example
Text Example
White with #F75C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C5A; }
p { color: rgb(247,92,90); }
H1.HeaderClassName
{
color: #F75C5A;
}
.AnyTagClassName
{
color: #F75C5A;
}
</style>
background-color css
<style>
a { background-color: #F75C5A; }
a { background-color: rgb(247,92,90); }
div.DivClassName
{
background-color: #F75C5A;
}
.BgClassName
{
background-color: #F75C5A;
}
</style>
border-color css
<style>
span { border-color: #F75C5A; }
span { border-color: rgb(247,92,90); }
td.TdClassName
{
border-color: #F75C5A;
}
.TagClassName
{
border-color: #F75C5A;
}
</style>