Shades of French Rose #F25286
Tints of French Rose #F25286
RGB
CMYK
RGB Variations
Color information
#F25286 (or 0xF25286) is known color: French Rose. HEX triplet: F2, 52 and 86. RGB value is (242,82,134). Sum of RGB (Red+Green+Blue) = 242+82+134=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25286 is #0DAD79. Grayscale: #878787. Windows color (decimal): -896378 or 8803058. OLE color: 8803058.
HSL color Cylindrical-coordinate representation of color #F25286: hue angle of 340.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25286 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 134 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.05 |
| HSL | 340.5º | 0.86% | 0.64% | - |
| HSV(B) | 340.5º | 0.66% | 0.95% | - |
| XYZ | 43.94 | 26.63 | 25.38 | - |
| YUV | 135.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 134 | 0 | 0.66 | 0.45 | 0.05 | 340.5 | 0.86 | 0.64 |
| Hex | F2 | 52 | 86 | 0 | 42 | 2D | 5 | 154 | 56 | 40 |
| Octal | 362 | 122 | 206 | 0 | 102 | 55 | 5 | 524 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10000110 | 0 | 1000010 | 101101 | 101 | 101010100 | 1010110 | 1000000 |
Color Harmonies of #F25286
Complementary color
Monochromatic Colors of #F25286
Black with #F25286
Text Example
Text Example
White with #F25286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25286; }
p { color: rgb(242,82,134); }
H1.HeaderClassName
{
color: #F25286;
}
.AnyTagClassName
{
color: #F25286;
}
</style>
background-color css
<style>
a { background-color: #F25286; }
a { background-color: rgb(242,82,134); }
div.DivClassName
{
background-color: #F25286;
}
.BgClassName
{
background-color: #F25286;
}
</style>
border-color css
<style>
span { border-color: #F25286; }
span { border-color: rgb(242,82,134); }
td.TdClassName
{
border-color: #F25286;
}
.TagClassName
{
border-color: #F25286;
}
</style>