Shades of Bittersweet #F4625A
Tints of Bittersweet #F4625A
RGB
CMYK
RGB Variations
Color information
#F4625A (or 0xF4625A) is known color: Bittersweet. HEX triplet: F4, 62 and 5A. RGB value is (244,98,90). Sum of RGB (Red+Green+Blue) = 244+98+90=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F4625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4625A is #0B9DA5. Grayscale: #8C8C8C. Windows color (decimal): -761254 or 5923572. OLE color: 5923572.
HSL color Cylindrical-coordinate representation of color #F4625A: hue angle of 3.12º 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 #F4625A is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 98 | 90 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.04 |
| HSL | 3.12º | 0.88% | 0.65% | - |
| HSV(B) | 3.12º | 0.63% | 0.96% | - |
| XYZ | 43.52 | 28.71 | 12.92 | - |
| YUV | 140.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 98 | 90 | 0 | 0.60 | 0.63 | 0.04 | 3.12 | 0.88 | 0.65 |
| Hex | F4 | 62 | 5A | 0 | 3C | 3F | 4 | 3 | 58 | 41 |
| Octal | 364 | 142 | 132 | 0 | 74 | 77 | 4 | 3 | 130 | 101 |
| Binary | 11110100 | 1100010 | 1011010 | 0 | 111100 | 111111 | 100 | 11 | 1011000 | 1000001 |
Color Harmonies of #F4625A
Complementary color
Monochromatic Colors of #F4625A
Black with #F4625A
Text Example
Text Example
White with #F4625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4625A; }
p { color: rgb(244,98,90); }
H1.HeaderClassName
{
color: #F4625A;
}
.AnyTagClassName
{
color: #F4625A;
}
</style>
background-color css
<style>
a { background-color: #F4625A; }
a { background-color: rgb(244,98,90); }
div.DivClassName
{
background-color: #F4625A;
}
.BgClassName
{
background-color: #F4625A;
}
</style>
border-color css
<style>
span { border-color: #F4625A; }
span { border-color: rgb(244,98,90); }
td.TdClassName
{
border-color: #F4625A;
}
.TagClassName
{
border-color: #F4625A;
}
</style>