Shades of French Rose #F14C8D
Tints of French Rose #F14C8D
RGB
CMYK
RGB Variations
Color information
#F14C8D (or 0xF14C8D) is known color: French Rose. HEX triplet: F1, 4C and 8D. RGB value is (241,76,141). Sum of RGB (Red+Green+Blue) = 241+76+141=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C8D is #0EB372. Grayscale: #848484. Windows color (decimal): -963443 or 9260273. OLE color: 9260273.
HSL color Cylindrical-coordinate representation of color #F14C8D: hue angle of 336.36º 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 #F14C8D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 141 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.05 |
| HSL | 336.36º | 0.85% | 0.62% | - |
| HSV(B) | 336.36º | 0.68% | 0.95% | - |
| XYZ | 43.67 | 25.79 | 27.88 | - |
| YUV | 132.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 141 | 0 | 0.68 | 0.41 | 0.05 | 336.36 | 0.85 | 0.62 |
| Hex | F1 | 4C | 8D | 0 | 44 | 29 | 5 | 150 | 55 | 3E |
| Octal | 361 | 114 | 215 | 0 | 104 | 51 | 5 | 520 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10001101 | 0 | 1000100 | 101001 | 101 | 101010000 | 1010101 | 111110 |
Color Harmonies of #F14C8D
Complementary color
Monochromatic Colors of #F14C8D
Black with #F14C8D
Text Example
Text Example
White with #F14C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C8D; }
p { color: rgb(241,76,141); }
H1.HeaderClassName
{
color: #F14C8D;
}
.AnyTagClassName
{
color: #F14C8D;
}
</style>
background-color css
<style>
a { background-color: #F14C8D; }
a { background-color: rgb(241,76,141); }
div.DivClassName
{
background-color: #F14C8D;
}
.BgClassName
{
background-color: #F14C8D;
}
</style>
border-color css
<style>
span { border-color: #F14C8D; }
span { border-color: rgb(241,76,141); }
td.TdClassName
{
border-color: #F14C8D;
}
.TagClassName
{
border-color: #F14C8D;
}
</style>