Shades of French Rose #F15A8D
Tints of French Rose #F15A8D
RGB
CMYK
RGB Variations
Color information
#F15A8D (or 0xF15A8D) is known color: French Rose. HEX triplet: F1, 5A and 8D. RGB value is (241,90,141). Sum of RGB (Red+Green+Blue) = 241+90+141=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15A8D is #0EA572. Grayscale: #8C8C8C. Windows color (decimal): -959859 or 9263857. OLE color: 9263857.
HSL color Cylindrical-coordinate representation of color #F15A8D: hue angle of 339.74º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15A8D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 141 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.05 |
| HSL | 339.74º | 0.84% | 0.65% | - |
| HSV(B) | 339.74º | 0.63% | 0.95% | - |
| XYZ | 44.74 | 27.94 | 28.23 | - |
| YUV | 140.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 141 | 0 | 0.63 | 0.41 | 0.05 | 339.74 | 0.84 | 0.65 |
| Hex | F1 | 5A | 8D | 0 | 3F | 29 | 5 | 154 | 54 | 41 |
| Octal | 361 | 132 | 215 | 0 | 77 | 51 | 5 | 524 | 124 | 101 |
| Binary | 11110001 | 1011010 | 10001101 | 0 | 111111 | 101001 | 101 | 101010100 | 1010100 | 1000001 |
Color Harmonies of #F15A8D
Complementary color
Monochromatic Colors of #F15A8D
Black with #F15A8D
Text Example
Text Example
White with #F15A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A8D; }
p { color: rgb(241,90,141); }
H1.HeaderClassName
{
color: #F15A8D;
}
.AnyTagClassName
{
color: #F15A8D;
}
</style>
background-color css
<style>
a { background-color: #F15A8D; }
a { background-color: rgb(241,90,141); }
div.DivClassName
{
background-color: #F15A8D;
}
.BgClassName
{
background-color: #F15A8D;
}
</style>
border-color css
<style>
span { border-color: #F15A8D; }
span { border-color: rgb(241,90,141); }
td.TdClassName
{
border-color: #F15A8D;
}
.TagClassName
{
border-color: #F15A8D;
}
</style>