Shades of French Rose #F25994
Tints of French Rose #F25994
RGB
CMYK
RGB Variations
Color information
#F25994 (or 0xF25994) is known color: French Rose. HEX triplet: F2, 59 and 94. RGB value is (242,89,148). Sum of RGB (Red+Green+Blue) = 242+89+148=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25994 is #0DA66B. Grayscale: #8D8D8D. Windows color (decimal): -894572 or 9722354. OLE color: 9722354.
HSL color Cylindrical-coordinate representation of color #F25994: hue angle of 336.86º 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 #F25994 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 148 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.05 |
| HSL | 336.86º | 0.85% | 0.65% | - |
| HSV(B) | 336.86º | 0.63% | 0.95% | - |
| XYZ | 45.54 | 28.16 | 31.05 | - |
| YUV | 141.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 148 | 0 | 0.63 | 0.39 | 0.05 | 336.86 | 0.85 | 0.65 |
| Hex | F2 | 59 | 94 | 0 | 3F | 27 | 5 | 151 | 55 | 41 |
| Octal | 362 | 131 | 224 | 0 | 77 | 47 | 5 | 521 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10010100 | 0 | 111111 | 100111 | 101 | 101010001 | 1010101 | 1000001 |
Color Harmonies of #F25994
Complementary color
Monochromatic Colors of #F25994
Black with #F25994
Text Example
Text Example
White with #F25994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25994; }
p { color: rgb(242,89,148); }
H1.HeaderClassName
{
color: #F25994;
}
.AnyTagClassName
{
color: #F25994;
}
</style>
background-color css
<style>
a { background-color: #F25994; }
a { background-color: rgb(242,89,148); }
div.DivClassName
{
background-color: #F25994;
}
.BgClassName
{
background-color: #F25994;
}
</style>
border-color css
<style>
span { border-color: #F25994; }
span { border-color: rgb(242,89,148); }
td.TdClassName
{
border-color: #F25994;
}
.TagClassName
{
border-color: #F25994;
}
</style>