Shades of French Rose #F1518C
Tints of French Rose #F1518C
RGB
CMYK
RGB Variations
Color information
#F1518C (or 0xF1518C) is known color: French Rose. HEX triplet: F1, 51 and 8C. RGB value is (241,81,140). Sum of RGB (Red+Green+Blue) = 241+81+140=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1518C is #0EAE73. Grayscale: #878787. Windows color (decimal): -962164 or 9196017. OLE color: 9196017.
HSL color Cylindrical-coordinate representation of color #F1518C: hue angle of 337.88º 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 #F1518C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 140 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.05 |
| HSL | 337.88º | 0.85% | 0.63% | - |
| HSV(B) | 337.88º | 0.66% | 0.95% | - |
| XYZ | 43.95 | 26.48 | 27.61 | - |
| YUV | 135.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 140 | 0 | 0.66 | 0.42 | 0.05 | 337.88 | 0.85 | 0.63 |
| Hex | F1 | 51 | 8C | 0 | 42 | 2A | 5 | 152 | 55 | 3F |
| Octal | 361 | 121 | 214 | 0 | 102 | 52 | 5 | 522 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10001100 | 0 | 1000010 | 101010 | 101 | 101010010 | 1010101 | 111111 |
Color Harmonies of #F1518C
Complementary color
Monochromatic Colors of #F1518C
Black with #F1518C
Text Example
Text Example
White with #F1518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1518C; }
p { color: rgb(241,81,140); }
H1.HeaderClassName
{
color: #F1518C;
}
.AnyTagClassName
{
color: #F1518C;
}
</style>
background-color css
<style>
a { background-color: #F1518C; }
a { background-color: rgb(241,81,140); }
div.DivClassName
{
background-color: #F1518C;
}
.BgClassName
{
background-color: #F1518C;
}
</style>
border-color css
<style>
span { border-color: #F1518C; }
span { border-color: rgb(241,81,140); }
td.TdClassName
{
border-color: #F1518C;
}
.TagClassName
{
border-color: #F1518C;
}
</style>