Shades of French Rose #F14C92
Tints of French Rose #F14C92
RGB
CMYK
RGB Variations
Color information
#F14C92 (or 0xF14C92) is known color: French Rose. HEX triplet: F1, 4C and 92. RGB value is (241,76,146). Sum of RGB (Red+Green+Blue) = 241+76+146=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C92 is #0EB36D. Grayscale: #858585. Windows color (decimal): -963438 or 9587953. OLE color: 9587953.
HSL color Cylindrical-coordinate representation of color #F14C92: hue angle of 334.55º 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 #F14C92 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 146 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.05 |
| HSL | 334.55º | 0.85% | 0.62% | - |
| HSV(B) | 334.55º | 0.68% | 0.95% | - |
| XYZ | 44.05 | 25.94 | 29.88 | - |
| YUV | 133.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 146 | 0 | 0.68 | 0.39 | 0.05 | 334.55 | 0.85 | 0.62 |
| Hex | F1 | 4C | 92 | 0 | 44 | 27 | 5 | 14F | 55 | 3E |
| Octal | 361 | 114 | 222 | 0 | 104 | 47 | 5 | 517 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10010010 | 0 | 1000100 | 100111 | 101 | 101001111 | 1010101 | 111110 |
Color Harmonies of #F14C92
Complementary color
Monochromatic Colors of #F14C92
Black with #F14C92
Text Example
Text Example
White with #F14C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C92; }
p { color: rgb(241,76,146); }
H1.HeaderClassName
{
color: #F14C92;
}
.AnyTagClassName
{
color: #F14C92;
}
</style>
background-color css
<style>
a { background-color: #F14C92; }
a { background-color: rgb(241,76,146); }
div.DivClassName
{
background-color: #F14C92;
}
.BgClassName
{
background-color: #F14C92;
}
</style>
border-color css
<style>
span { border-color: #F14C92; }
span { border-color: rgb(241,76,146); }
td.TdClassName
{
border-color: #F14C92;
}
.TagClassName
{
border-color: #F14C92;
}
</style>