Shades of French Rose #F14E8F
Tints of French Rose #F14E8F
RGB
CMYK
RGB Variations
Color information
#F14E8F (or 0xF14E8F) is known color: French Rose. HEX triplet: F1, 4E and 8F. RGB value is (241,78,143). Sum of RGB (Red+Green+Blue) = 241+78+143=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14E8F is #0EB170. Grayscale: #868686. Windows color (decimal): -962929 or 9391857. OLE color: 9391857.
HSL color Cylindrical-coordinate representation of color #F14E8F: hue angle of 336.07º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E8F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 143 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.05 |
| HSL | 336.07º | 0.85% | 0.63% | - |
| HSV(B) | 336.07º | 0.68% | 0.95% | - |
| XYZ | 43.96 | 26.13 | 28.71 | - |
| YUV | 134.15 | 133 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 143 | 0 | 0.68 | 0.41 | 0.05 | 336.07 | 0.85 | 0.63 |
| Hex | F1 | 4E | 8F | 0 | 44 | 29 | 5 | 150 | 55 | 3F |
| Octal | 361 | 116 | 217 | 0 | 104 | 51 | 5 | 520 | 125 | 77 |
| Binary | 11110001 | 1001110 | 10001111 | 0 | 1000100 | 101001 | 101 | 101010000 | 1010101 | 111111 |
Color Harmonies of #F14E8F
Complementary color
Monochromatic Colors of #F14E8F
Black with #F14E8F
Text Example
Text Example
White with #F14E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E8F; }
p { color: rgb(241,78,143); }
H1.HeaderClassName
{
color: #F14E8F;
}
.AnyTagClassName
{
color: #F14E8F;
}
</style>
background-color css
<style>
a { background-color: #F14E8F; }
a { background-color: rgb(241,78,143); }
div.DivClassName
{
background-color: #F14E8F;
}
.BgClassName
{
background-color: #F14E8F;
}
</style>
border-color css
<style>
span { border-color: #F14E8F; }
span { border-color: rgb(241,78,143); }
td.TdClassName
{
border-color: #F14E8F;
}
.TagClassName
{
border-color: #F14E8F;
}
</style>