Shades of French Rose #F25896
Tints of French Rose #F25896
RGB
CMYK
RGB Variations
Color information
#F25896 (or 0xF25896) is known color: French Rose. HEX triplet: F2, 58 and 96. RGB value is (242,88,150). Sum of RGB (Red+Green+Blue) = 242+88+150=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F25896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25896 is #0DA769. Grayscale: #8D8D8D. Windows color (decimal): -894826 or 9853170. OLE color: 9853170.
HSL color Cylindrical-coordinate representation of color #F25896: hue angle of 335.84º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25896 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 150 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.05 |
| HSL | 335.84º | 0.86% | 0.65% | - |
| HSV(B) | 335.84º | 0.64% | 0.95% | - |
| XYZ | 45.61 | 28.06 | 31.87 | - |
| YUV | 141.11 | 133.02 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 150 | 0 | 0.64 | 0.38 | 0.05 | 335.84 | 0.86 | 0.65 |
| Hex | F2 | 58 | 96 | 0 | 40 | 26 | 5 | 150 | 56 | 41 |
| Octal | 362 | 130 | 226 | 0 | 100 | 46 | 5 | 520 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10010110 | 0 | 1000000 | 100110 | 101 | 101010000 | 1010110 | 1000001 |
Color Harmonies of #F25896
Complementary color
Monochromatic Colors of #F25896
Black with #F25896
Text Example
Text Example
White with #F25896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25896; }
p { color: rgb(242,88,150); }
H1.HeaderClassName
{
color: #F25896;
}
.AnyTagClassName
{
color: #F25896;
}
</style>
background-color css
<style>
a { background-color: #F25896; }
a { background-color: rgb(242,88,150); }
div.DivClassName
{
background-color: #F25896;
}
.BgClassName
{
background-color: #F25896;
}
</style>
border-color css
<style>
span { border-color: #F25896; }
span { border-color: rgb(242,88,150); }
td.TdClassName
{
border-color: #F25896;
}
.TagClassName
{
border-color: #F25896;
}
</style>