Shades of French Rose #F15298
Tints of French Rose #F15298
RGB
CMYK
RGB Variations
Color information
#F15298 (or 0xF15298) is known color: French Rose. HEX triplet: F1, 52 and 98. RGB value is (241,82,152). Sum of RGB (Red+Green+Blue) = 241+82+152=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15298 is #0EAD67. Grayscale: #898989. Windows color (decimal): -961896 or 9982705. OLE color: 9982705.
HSL color Cylindrical-coordinate representation of color #F15298: hue angle of 333.58º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15298 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 152 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.05 |
| HSL | 333.58º | 0.85% | 0.63% | - |
| HSV(B) | 333.58º | 0.66% | 0.95% | - |
| XYZ | 44.96 | 27 | 32.55 | - |
| YUV | 137.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 152 | 0 | 0.66 | 0.37 | 0.05 | 333.58 | 0.85 | 0.63 |
| Hex | F1 | 52 | 98 | 0 | 42 | 25 | 5 | 14E | 55 | 3F |
| Octal | 361 | 122 | 230 | 0 | 102 | 45 | 5 | 516 | 125 | 77 |
| Binary | 11110001 | 1010010 | 10011000 | 0 | 1000010 | 100101 | 101 | 101001110 | 1010101 | 111111 |
Color Harmonies of #F15298
Complementary color
Monochromatic Colors of #F15298
Black with #F15298
Text Example
Text Example
White with #F15298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15298; }
p { color: rgb(241,82,152); }
H1.HeaderClassName
{
color: #F15298;
}
.AnyTagClassName
{
color: #F15298;
}
</style>
background-color css
<style>
a { background-color: #F15298; }
a { background-color: rgb(241,82,152); }
div.DivClassName
{
background-color: #F15298;
}
.BgClassName
{
background-color: #F15298;
}
</style>
border-color css
<style>
span { border-color: #F15298; }
span { border-color: rgb(241,82,152); }
td.TdClassName
{
border-color: #F15298;
}
.TagClassName
{
border-color: #F15298;
}
</style>