Shades of French Rose #F15193
Tints of French Rose #F15193
RGB
CMYK
RGB Variations
Color information
#F15193 (or 0xF15193) is known color: French Rose. HEX triplet: F1, 51 and 93. RGB value is (241,81,147). Sum of RGB (Red+Green+Blue) = 241+81+147=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F15193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15193 is #0EAE6C. Grayscale: #888888. Windows color (decimal): -962157 or 9654769. OLE color: 9654769.
HSL color Cylindrical-coordinate representation of color #F15193: hue angle of 335.25º 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 #F15193 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 147 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.05 |
| HSL | 335.25º | 0.85% | 0.63% | - |
| HSV(B) | 335.25º | 0.66% | 0.95% | - |
| XYZ | 44.48 | 26.69 | 30.41 | - |
| YUV | 136.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 147 | 0 | 0.66 | 0.39 | 0.05 | 335.25 | 0.85 | 0.63 |
| Hex | F1 | 51 | 93 | 0 | 42 | 27 | 5 | 14F | 55 | 3F |
| Octal | 361 | 121 | 223 | 0 | 102 | 47 | 5 | 517 | 125 | 77 |
| Binary | 11110001 | 1010001 | 10010011 | 0 | 1000010 | 100111 | 101 | 101001111 | 1010101 | 111111 |
Color Harmonies of #F15193
Complementary color
Monochromatic Colors of #F15193
Black with #F15193
Text Example
Text Example
White with #F15193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15193; }
p { color: rgb(241,81,147); }
H1.HeaderClassName
{
color: #F15193;
}
.AnyTagClassName
{
color: #F15193;
}
</style>
background-color css
<style>
a { background-color: #F15193; }
a { background-color: rgb(241,81,147); }
div.DivClassName
{
background-color: #F15193;
}
.BgClassName
{
background-color: #F15193;
}
</style>
border-color css
<style>
span { border-color: #F15193; }
span { border-color: rgb(241,81,147); }
td.TdClassName
{
border-color: #F15193;
}
.TagClassName
{
border-color: #F15193;
}
</style>