Shades of French Rose #F1497D
Tints of French Rose #F1497D
RGB
CMYK
RGB Variations
Color information
#F1497D (or 0xF1497D) is known color: French Rose. HEX triplet: F1, 49 and 7D. RGB value is (241,73,125). Sum of RGB (Red+Green+Blue) = 241+73+125=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1497D is #0EB682. Grayscale: #818181. Windows color (decimal): -964227 or 8210929. OLE color: 8210929.
HSL color Cylindrical-coordinate representation of color #F1497D: hue angle of 341.43º 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 #F1497D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 125 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.05 |
| HSL | 341.43º | 0.86% | 0.62% | - |
| HSV(B) | 341.43º | 0.7% | 0.95% | - |
| XYZ | 42.36 | 24.95 | 21.98 | - |
| YUV | 129.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 125 | 0 | 0.70 | 0.48 | 0.05 | 341.43 | 0.86 | 0.62 |
| Hex | F1 | 49 | 7D | 0 | 46 | 30 | 5 | 155 | 56 | 3E |
| Octal | 361 | 111 | 175 | 0 | 106 | 60 | 5 | 525 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1111101 | 0 | 1000110 | 110000 | 101 | 101010101 | 1010110 | 111110 |
Color Harmonies of #F1497D
Complementary color
Monochromatic Colors of #F1497D
Black with #F1497D
Text Example
Text Example
White with #F1497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1497D; }
p { color: rgb(241,73,125); }
H1.HeaderClassName
{
color: #F1497D;
}
.AnyTagClassName
{
color: #F1497D;
}
</style>
background-color css
<style>
a { background-color: #F1497D; }
a { background-color: rgb(241,73,125); }
div.DivClassName
{
background-color: #F1497D;
}
.BgClassName
{
background-color: #F1497D;
}
</style>
border-color css
<style>
span { border-color: #F1497D; }
span { border-color: rgb(241,73,125); }
td.TdClassName
{
border-color: #F1497D;
}
.TagClassName
{
border-color: #F1497D;
}
</style>