Shades of French Rose #F25198
Tints of French Rose #F25198
RGB
CMYK
RGB Variations
Color information
#F25198 (or 0xF25198) is known color: French Rose. HEX triplet: F2, 51 and 98. RGB value is (242,81,152). Sum of RGB (Red+Green+Blue) = 242+81+152=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F25198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25198 is #0DAE67. Grayscale: #898989. Windows color (decimal): -896616 or 9982450. OLE color: 9982450.
HSL color Cylindrical-coordinate representation of color #F25198: hue angle of 333.54º 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 #F25198 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 152 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.05 |
| HSL | 333.54º | 0.86% | 0.63% | - |
| HSV(B) | 333.54º | 0.67% | 0.95% | - |
| XYZ | 45.23 | 27.03 | 32.54 | - |
| YUV | 137.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 152 | 0 | 0.67 | 0.37 | 0.05 | 333.54 | 0.86 | 0.63 |
| Hex | F2 | 51 | 98 | 0 | 43 | 25 | 5 | 14E | 56 | 3F |
| Octal | 362 | 121 | 230 | 0 | 103 | 45 | 5 | 516 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10011000 | 0 | 1000011 | 100101 | 101 | 101001110 | 1010110 | 111111 |
Color Harmonies of #F25198
Complementary color
Monochromatic Colors of #F25198
Black with #F25198
Text Example
Text Example
White with #F25198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25198; }
p { color: rgb(242,81,152); }
H1.HeaderClassName
{
color: #F25198;
}
.AnyTagClassName
{
color: #F25198;
}
</style>
background-color css
<style>
a { background-color: #F25198; }
a { background-color: rgb(242,81,152); }
div.DivClassName
{
background-color: #F25198;
}
.BgClassName
{
background-color: #F25198;
}
</style>
border-color css
<style>
span { border-color: #F25198; }
span { border-color: rgb(242,81,152); }
td.TdClassName
{
border-color: #F25198;
}
.TagClassName
{
border-color: #F25198;
}
</style>