Shades of French Rose #F14C99
Tints of French Rose #F14C99
RGB
CMYK
RGB Variations
Color information
#F14C99 (or 0xF14C99) is known color: French Rose. HEX triplet: F1, 4C and 99. RGB value is (241,76,153). Sum of RGB (Red+Green+Blue) = 241+76+153=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C99 is #0EB366. Grayscale: #858585. Windows color (decimal): -963431 or 10046705. OLE color: 10046705.
HSL color Cylindrical-coordinate representation of color #F14C99: hue angle of 332º 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 #F14C99 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 153 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.05 |
| HSL | 332º | 0.85% | 0.62% | - |
| HSV(B) | 332º | 0.68% | 0.95% | - |
| XYZ | 44.61 | 26.17 | 32.84 | - |
| YUV | 134.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 153 | 0 | 0.68 | 0.37 | 0.05 | 332 | 0.85 | 0.62 |
| Hex | F1 | 4C | 99 | 0 | 44 | 25 | 5 | 14C | 55 | 3E |
| Octal | 361 | 114 | 231 | 0 | 104 | 45 | 5 | 514 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10011001 | 0 | 1000100 | 100101 | 101 | 101001100 | 1010101 | 111110 |
Color Harmonies of #F14C99
Complementary color
Monochromatic Colors of #F14C99
Black with #F14C99
Text Example
Text Example
White with #F14C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C99; }
p { color: rgb(241,76,153); }
H1.HeaderClassName
{
color: #F14C99;
}
.AnyTagClassName
{
color: #F14C99;
}
</style>
background-color css
<style>
a { background-color: #F14C99; }
a { background-color: rgb(241,76,153); }
div.DivClassName
{
background-color: #F14C99;
}
.BgClassName
{
background-color: #F14C99;
}
</style>
border-color css
<style>
span { border-color: #F14C99; }
span { border-color: rgb(241,76,153); }
td.TdClassName
{
border-color: #F14C99;
}
.TagClassName
{
border-color: #F14C99;
}
</style>