Shades of French Rose #F14C8E
Tints of French Rose #F14C8E
RGB
CMYK
RGB Variations
Color information
#F14C8E (or 0xF14C8E) is known color: French Rose. HEX triplet: F1, 4C and 8E. RGB value is (241,76,142). Sum of RGB (Red+Green+Blue) = 241+76+142=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C8E is #0EB371. Grayscale: #848484. Windows color (decimal): -963442 or 9325809. OLE color: 9325809.
HSL color Cylindrical-coordinate representation of color #F14C8E: hue angle of 336º 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 #F14C8E is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 142 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.05 |
| HSL | 336º | 0.85% | 0.62% | - |
| HSV(B) | 336º | 0.68% | 0.95% | - |
| XYZ | 43.74 | 25.82 | 28.27 | - |
| YUV | 132.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 142 | 0 | 0.68 | 0.41 | 0.05 | 336 | 0.85 | 0.62 |
| Hex | F1 | 4C | 8E | 0 | 44 | 29 | 5 | 150 | 55 | 3E |
| Octal | 361 | 114 | 216 | 0 | 104 | 51 | 5 | 520 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10001110 | 0 | 1000100 | 101001 | 101 | 101010000 | 1010101 | 111110 |
Color Harmonies of #F14C8E
Complementary color
Monochromatic Colors of #F14C8E
Black with #F14C8E
Text Example
Text Example
White with #F14C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C8E; }
p { color: rgb(241,76,142); }
H1.HeaderClassName
{
color: #F14C8E;
}
.AnyTagClassName
{
color: #F14C8E;
}
</style>
background-color css
<style>
a { background-color: #F14C8E; }
a { background-color: rgb(241,76,142); }
div.DivClassName
{
background-color: #F14C8E;
}
.BgClassName
{
background-color: #F14C8E;
}
</style>
border-color css
<style>
span { border-color: #F14C8E; }
span { border-color: rgb(241,76,142); }
td.TdClassName
{
border-color: #F14C8E;
}
.TagClassName
{
border-color: #F14C8E;
}
</style>