Shades of French Rose #F25C90
Tints of French Rose #F25C90
RGB
CMYK
RGB Variations
Color information
#F25C90 (or 0xF25C90) is known color: French Rose. HEX triplet: F2, 5C and 90. RGB value is (242,92,144). Sum of RGB (Red+Green+Blue) = 242+92+144=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C90 is #0DA36F. Grayscale: #8E8E8E. Windows color (decimal): -893808 or 9460978. OLE color: 9460978.
HSL color Cylindrical-coordinate representation of color #F25C90: hue angle of 339.2º 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 #F25C90 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 144 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.05 |
| HSL | 339.2º | 0.85% | 0.65% | - |
| HSV(B) | 339.2º | 0.62% | 0.95% | - |
| XYZ | 45.48 | 28.55 | 29.5 | - |
| YUV | 142.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 144 | 0 | 0.62 | 0.40 | 0.05 | 339.2 | 0.85 | 0.65 |
| Hex | F2 | 5C | 90 | 0 | 3E | 28 | 5 | 153 | 55 | 41 |
| Octal | 362 | 134 | 220 | 0 | 76 | 50 | 5 | 523 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10010000 | 0 | 111110 | 101000 | 101 | 101010011 | 1010101 | 1000001 |
Color Harmonies of #F25C90
Complementary color
Monochromatic Colors of #F25C90
Black with #F25C90
Text Example
Text Example
White with #F25C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C90; }
p { color: rgb(242,92,144); }
H1.HeaderClassName
{
color: #F25C90;
}
.AnyTagClassName
{
color: #F25C90;
}
</style>
background-color css
<style>
a { background-color: #F25C90; }
a { background-color: rgb(242,92,144); }
div.DivClassName
{
background-color: #F25C90;
}
.BgClassName
{
background-color: #F25C90;
}
</style>
border-color css
<style>
span { border-color: #F25C90; }
span { border-color: rgb(242,92,144); }
td.TdClassName
{
border-color: #F25C90;
}
.TagClassName
{
border-color: #F25C90;
}
</style>