Shades of French Rose #F25084
Tints of French Rose #F25084
RGB
CMYK
RGB Variations
Color information
#F25084 (or 0xF25084) is known color: French Rose. HEX triplet: F2, 50 and 84. RGB value is (242,80,132). Sum of RGB (Red+Green+Blue) = 242+80+132=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F25084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25084 is #0DAF7B. Grayscale: #868686. Windows color (decimal): -896892 or 8671474. OLE color: 8671474.
HSL color Cylindrical-coordinate representation of color #F25084: hue angle of 340.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25084 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 132 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.05 |
| HSL | 340.74º | 0.86% | 0.63% | - |
| HSV(B) | 340.74º | 0.67% | 0.95% | - |
| XYZ | 43.65 | 26.28 | 24.6 | - |
| YUV | 134.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 132 | 0 | 0.67 | 0.45 | 0.05 | 340.74 | 0.86 | 0.63 |
| Hex | F2 | 50 | 84 | 0 | 43 | 2D | 5 | 155 | 56 | 3F |
| Octal | 362 | 120 | 204 | 0 | 103 | 55 | 5 | 525 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10000100 | 0 | 1000011 | 101101 | 101 | 101010101 | 1010110 | 111111 |
Color Harmonies of #F25084
Complementary color
Monochromatic Colors of #F25084
Black with #F25084
Text Example
Text Example
White with #F25084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25084; }
p { color: rgb(242,80,132); }
H1.HeaderClassName
{
color: #F25084;
}
.AnyTagClassName
{
color: #F25084;
}
</style>
background-color css
<style>
a { background-color: #F25084; }
a { background-color: rgb(242,80,132); }
div.DivClassName
{
background-color: #F25084;
}
.BgClassName
{
background-color: #F25084;
}
</style>
border-color css
<style>
span { border-color: #F25084; }
span { border-color: rgb(242,80,132); }
td.TdClassName
{
border-color: #F25084;
}
.TagClassName
{
border-color: #F25084;
}
</style>