Shades of French Rose #F15085
Tints of French Rose #F15085
RGB
CMYK
RGB Variations
Color information
#F15085 (or 0xF15085) is known color: French Rose. HEX triplet: F1, 50 and 85. RGB value is (241,80,133). Sum of RGB (Red+Green+Blue) = 241+80+133=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F15085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15085 is #0EAF7A. Grayscale: #868686. Windows color (decimal): -962427 or 8737009. OLE color: 8737009.
HSL color Cylindrical-coordinate representation of color #F15085: hue angle of 340.25º degrees, saturation: 0.85, 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 #F15085 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 133 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.05 |
| HSL | 340.25º | 0.85% | 0.63% | - |
| HSV(B) | 340.25º | 0.67% | 0.95% | - |
| XYZ | 43.38 | 26.13 | 24.95 | - |
| YUV | 134.18 | 127.34 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 133 | 0 | 0.67 | 0.45 | 0.05 | 340.25 | 0.85 | 0.63 |
| Hex | F1 | 50 | 85 | 0 | 43 | 2D | 5 | 154 | 55 | 3F |
| Octal | 361 | 120 | 205 | 0 | 103 | 55 | 5 | 524 | 125 | 77 |
| Binary | 11110001 | 1010000 | 10000101 | 0 | 1000011 | 101101 | 101 | 101010100 | 1010101 | 111111 |
Color Harmonies of #F15085
Complementary color
Monochromatic Colors of #F15085
Black with #F15085
Text Example
Text Example
White with #F15085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15085; }
p { color: rgb(241,80,133); }
H1.HeaderClassName
{
color: #F15085;
}
.AnyTagClassName
{
color: #F15085;
}
</style>
background-color css
<style>
a { background-color: #F15085; }
a { background-color: rgb(241,80,133); }
div.DivClassName
{
background-color: #F15085;
}
.BgClassName
{
background-color: #F15085;
}
</style>
border-color css
<style>
span { border-color: #F15085; }
span { border-color: rgb(241,80,133); }
td.TdClassName
{
border-color: #F15085;
}
.TagClassName
{
border-color: #F15085;
}
</style>