Shades of Bittersweet #F4725A
Tints of Bittersweet #F4725A
RGB
CMYK
RGB Variations
Color information
#F4725A (or 0xF4725A) is known color: Bittersweet. HEX triplet: F4, 72 and 5A. RGB value is (244,114,90). Sum of RGB (Red+Green+Blue) = 244+114+90=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4725A is #0B8DA5. Grayscale: #969696. Windows color (decimal): -757158 or 5927668. OLE color: 5927668.
HSL color Cylindrical-coordinate representation of color #F4725A: hue angle of 9.35º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4725A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 90 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.04 |
| HSL | 9.35º | 0.88% | 0.65% | - |
| HSV(B) | 9.35º | 0.63% | 0.96% | - |
| XYZ | 45.17 | 32.01 | 13.47 | - |
| YUV | 150.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 90 | 0 | 0.53 | 0.63 | 0.04 | 9.35 | 0.88 | 0.65 |
| Hex | F4 | 72 | 5A | 0 | 35 | 3F | 4 | 9 | 58 | 41 |
| Octal | 364 | 162 | 132 | 0 | 65 | 77 | 4 | 11 | 130 | 101 |
| Binary | 11110100 | 1110010 | 1011010 | 0 | 110101 | 111111 | 100 | 1001 | 1011000 | 1000001 |
Color Harmonies of #F4725A
Complementary color
Monochromatic Colors of #F4725A
Black with #F4725A
Text Example
Text Example
White with #F4725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4725A; }
p { color: rgb(244,114,90); }
H1.HeaderClassName
{
color: #F4725A;
}
.AnyTagClassName
{
color: #F4725A;
}
</style>
background-color css
<style>
a { background-color: #F4725A; }
a { background-color: rgb(244,114,90); }
div.DivClassName
{
background-color: #F4725A;
}
.BgClassName
{
background-color: #F4725A;
}
</style>
border-color css
<style>
span { border-color: #F4725A; }
span { border-color: rgb(244,114,90); }
td.TdClassName
{
border-color: #F4725A;
}
.TagClassName
{
border-color: #F4725A;
}
</style>