Shades of French Rose #F14C91
Tints of French Rose #F14C91
RGB
CMYK
RGB Variations
Color information
#F14C91 (or 0xF14C91) is known color: French Rose. HEX triplet: F1, 4C and 91. RGB value is (241,76,145). Sum of RGB (Red+Green+Blue) = 241+76+145=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C91 is #0EB36E. Grayscale: #858585. Windows color (decimal): -963439 or 9522417. OLE color: 9522417.
HSL color Cylindrical-coordinate representation of color #F14C91: hue angle of 334.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C91 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 145 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.05 |
| HSL | 334.91º | 0.85% | 0.62% | - |
| HSV(B) | 334.91º | 0.68% | 0.95% | - |
| XYZ | 43.97 | 25.91 | 29.47 | - |
| YUV | 133.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 145 | 0 | 0.68 | 0.40 | 0.05 | 334.91 | 0.85 | 0.62 |
| Hex | F1 | 4C | 91 | 0 | 44 | 28 | 5 | 14F | 55 | 3E |
| Octal | 361 | 114 | 221 | 0 | 104 | 50 | 5 | 517 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10010001 | 0 | 1000100 | 101000 | 101 | 101001111 | 1010101 | 111110 |
Color Harmonies of #F14C91
Complementary color
Monochromatic Colors of #F14C91
Black with #F14C91
Text Example
Text Example
White with #F14C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C91; }
p { color: rgb(241,76,145); }
H1.HeaderClassName
{
color: #F14C91;
}
.AnyTagClassName
{
color: #F14C91;
}
</style>
background-color css
<style>
a { background-color: #F14C91; }
a { background-color: rgb(241,76,145); }
div.DivClassName
{
background-color: #F14C91;
}
.BgClassName
{
background-color: #F14C91;
}
</style>
border-color css
<style>
span { border-color: #F14C91; }
span { border-color: rgb(241,76,145); }
td.TdClassName
{
border-color: #F14C91;
}
.TagClassName
{
border-color: #F14C91;
}
</style>