Shades of Bittersweet #F25E5A
Tints of Bittersweet #F25E5A
RGB
CMYK
RGB Variations
Color information
#F25E5A (or 0xF25E5A) is known color: Bittersweet. HEX triplet: F2, 5E and 5A. RGB value is (242,94,90). Sum of RGB (Red+Green+Blue) = 242+94+90=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25E5A is #0DA1A5. Grayscale: #898989. Windows color (decimal): -893350 or 5922546. OLE color: 5922546.
HSL color Cylindrical-coordinate representation of color #F25E5A: hue angle of 1.58º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25E5A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 90 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.05 |
| HSL | 1.58º | 0.85% | 0.65% | - |
| HSV(B) | 1.58º | 0.63% | 0.95% | - |
| XYZ | 42.47 | 27.62 | 12.77 | - |
| YUV | 137.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 90 | 0 | 0.61 | 0.63 | 0.05 | 1.58 | 0.85 | 0.65 |
| Hex | F2 | 5E | 5A | 0 | 3D | 3F | 5 | 2 | 55 | 41 |
| Octal | 362 | 136 | 132 | 0 | 75 | 77 | 5 | 2 | 125 | 101 |
| Binary | 11110010 | 1011110 | 1011010 | 0 | 111101 | 111111 | 101 | 10 | 1010101 | 1000001 |
Color Harmonies of #F25E5A
Complementary color
Monochromatic Colors of #F25E5A
Black with #F25E5A
Text Example
Text Example
White with #F25E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E5A; }
p { color: rgb(242,94,90); }
H1.HeaderClassName
{
color: #F25E5A;
}
.AnyTagClassName
{
color: #F25E5A;
}
</style>
background-color css
<style>
a { background-color: #F25E5A; }
a { background-color: rgb(242,94,90); }
div.DivClassName
{
background-color: #F25E5A;
}
.BgClassName
{
background-color: #F25E5A;
}
</style>
border-color css
<style>
span { border-color: #F25E5A; }
span { border-color: rgb(242,94,90); }
td.TdClassName
{
border-color: #F25E5A;
}
.TagClassName
{
border-color: #F25E5A;
}
</style>