Shades of French Rose #F25095
Tints of French Rose #F25095
RGB
CMYK
RGB Variations
Color information
#F25095 (or 0xF25095) is known color: French Rose. HEX triplet: F2, 50 and 95. RGB value is (242,80,149). Sum of RGB (Red+Green+Blue) = 242+80+149=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F25095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25095 is #0DAF6A. Grayscale: #888888. Windows color (decimal): -896875 or 9785586. OLE color: 9785586.
HSL color Cylindrical-coordinate representation of color #F25095: hue angle of 334.44º 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 #F25095 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 149 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.05 |
| HSL | 334.44º | 0.86% | 0.63% | - |
| HSV(B) | 334.44º | 0.67% | 0.95% | - |
| XYZ | 44.91 | 26.78 | 31.24 | - |
| YUV | 136.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 149 | 0 | 0.67 | 0.38 | 0.05 | 334.44 | 0.86 | 0.63 |
| Hex | F2 | 50 | 95 | 0 | 43 | 26 | 5 | 14E | 56 | 3F |
| Octal | 362 | 120 | 225 | 0 | 103 | 46 | 5 | 516 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10010101 | 0 | 1000011 | 100110 | 101 | 101001110 | 1010110 | 111111 |
Color Harmonies of #F25095
Complementary color
Monochromatic Colors of #F25095
Black with #F25095
Text Example
Text Example
White with #F25095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25095; }
p { color: rgb(242,80,149); }
H1.HeaderClassName
{
color: #F25095;
}
.AnyTagClassName
{
color: #F25095;
}
</style>
background-color css
<style>
a { background-color: #F25095; }
a { background-color: rgb(242,80,149); }
div.DivClassName
{
background-color: #F25095;
}
.BgClassName
{
background-color: #F25095;
}
</style>
border-color css
<style>
span { border-color: #F25095; }
span { border-color: rgb(242,80,149); }
td.TdClassName
{
border-color: #F25095;
}
.TagClassName
{
border-color: #F25095;
}
</style>