Shades of French Rose #F1498F
Tints of French Rose #F1498F
RGB
CMYK
RGB Variations
Color information
#F1498F (or 0xF1498F) is known color: French Rose. HEX triplet: F1, 49 and 8F. RGB value is (241,73,143). Sum of RGB (Red+Green+Blue) = 241+73+143=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F1498F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1498F is #0EB670. Grayscale: #838383. Windows color (decimal): -964209 or 9390577. OLE color: 9390577.
HSL color Cylindrical-coordinate representation of color #F1498F: hue angle of 335º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1498F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 143 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.05 |
| HSL | 335º | 0.86% | 0.62% | - |
| HSV(B) | 335º | 0.7% | 0.95% | - |
| XYZ | 43.62 | 25.45 | 28.6 | - |
| YUV | 131.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 143 | 0 | 0.70 | 0.41 | 0.05 | 335 | 0.86 | 0.62 |
| Hex | F1 | 49 | 8F | 0 | 46 | 29 | 5 | 14F | 56 | 3E |
| Octal | 361 | 111 | 217 | 0 | 106 | 51 | 5 | 517 | 126 | 76 |
| Binary | 11110001 | 1001001 | 10001111 | 0 | 1000110 | 101001 | 101 | 101001111 | 1010110 | 111110 |
Color Harmonies of #F1498F
Complementary color
Monochromatic Colors of #F1498F
Black with #F1498F
Text Example
Text Example
White with #F1498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1498F; }
p { color: rgb(241,73,143); }
H1.HeaderClassName
{
color: #F1498F;
}
.AnyTagClassName
{
color: #F1498F;
}
</style>
background-color css
<style>
a { background-color: #F1498F; }
a { background-color: rgb(241,73,143); }
div.DivClassName
{
background-color: #F1498F;
}
.BgClassName
{
background-color: #F1498F;
}
</style>
border-color css
<style>
span { border-color: #F1498F; }
span { border-color: rgb(241,73,143); }
td.TdClassName
{
border-color: #F1498F;
}
.TagClassName
{
border-color: #F1498F;
}
</style>