Shades of Bittersweet #F25E5C
Tints of Bittersweet #F25E5C
RGB
CMYK
RGB Variations
Color information
#F25E5C (or 0xF25E5C) is known color: Bittersweet. HEX triplet: F2, 5E and 5C. RGB value is (242,94,92). Sum of RGB (Red+Green+Blue) = 242+94+92=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25E5C is #0DA1A3. Grayscale: #8A8A8A. Windows color (decimal): -893348 or 6053618. OLE color: 6053618.
HSL color Cylindrical-coordinate representation of color #F25E5C: hue angle of 0.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25E5C is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 92 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.05 |
| HSL | 0.8º | 0.85% | 0.65% | - |
| HSV(B) | 0.8º | 0.62% | 0.95% | - |
| XYZ | 42.55 | 27.66 | 13.22 | - |
| YUV | 138.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 92 | 0 | 0.61 | 0.62 | 0.05 | 0.8 | 0.85 | 0.65 |
| Hex | F2 | 5E | 5C | 0 | 3D | 3E | 5 | 1 | 55 | 41 |
| Octal | 362 | 136 | 134 | 0 | 75 | 76 | 5 | 1 | 125 | 101 |
| Binary | 11110010 | 1011110 | 1011100 | 0 | 111101 | 111110 | 101 | 1 | 1010101 | 1000001 |
Color Harmonies of #F25E5C
Complementary color
Monochromatic Colors of #F25E5C
Black with #F25E5C
Text Example
Text Example
White with #F25E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E5C; }
p { color: rgb(242,94,92); }
H1.HeaderClassName
{
color: #F25E5C;
}
.AnyTagClassName
{
color: #F25E5C;
}
</style>
background-color css
<style>
a { background-color: #F25E5C; }
a { background-color: rgb(242,94,92); }
div.DivClassName
{
background-color: #F25E5C;
}
.BgClassName
{
background-color: #F25E5C;
}
</style>
border-color css
<style>
span { border-color: #F25E5C; }
span { border-color: rgb(242,94,92); }
td.TdClassName
{
border-color: #F25E5C;
}
.TagClassName
{
border-color: #F25E5C;
}
</style>