Shades of French Rose #F25892
Tints of French Rose #F25892
RGB
CMYK
RGB Variations
Color information
#F25892 (or 0xF25892) is known color: French Rose. HEX triplet: F2, 58 and 92. RGB value is (242,88,146). Sum of RGB (Red+Green+Blue) = 242+88+146=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25892 is #0DA76D. Grayscale: #8C8C8C. Windows color (decimal): -894830 or 9591026. OLE color: 9591026.
HSL color Cylindrical-coordinate representation of color #F25892: hue angle of 337.4º 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 #F25892 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 146 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.05 |
| HSL | 337.4º | 0.86% | 0.65% | - |
| HSV(B) | 337.4º | 0.64% | 0.95% | - |
| XYZ | 45.3 | 27.93 | 30.2 | - |
| YUV | 140.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 146 | 0 | 0.64 | 0.40 | 0.05 | 337.4 | 0.86 | 0.65 |
| Hex | F2 | 58 | 92 | 0 | 40 | 28 | 5 | 151 | 56 | 41 |
| Octal | 362 | 130 | 222 | 0 | 100 | 50 | 5 | 521 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10010010 | 0 | 1000000 | 101000 | 101 | 101010001 | 1010110 | 1000001 |
Color Harmonies of #F25892
Complementary color
Monochromatic Colors of #F25892
Black with #F25892
Text Example
Text Example
White with #F25892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25892; }
p { color: rgb(242,88,146); }
H1.HeaderClassName
{
color: #F25892;
}
.AnyTagClassName
{
color: #F25892;
}
</style>
background-color css
<style>
a { background-color: #F25892; }
a { background-color: rgb(242,88,146); }
div.DivClassName
{
background-color: #F25892;
}
.BgClassName
{
background-color: #F25892;
}
</style>
border-color css
<style>
span { border-color: #F25892; }
span { border-color: rgb(242,88,146); }
td.TdClassName
{
border-color: #F25892;
}
.TagClassName
{
border-color: #F25892;
}
</style>