Shades of French Rose #F14A8D
Tints of French Rose #F14A8D
RGB
CMYK
RGB Variations
Color information
#F14A8D (or 0xF14A8D) is known color: French Rose. HEX triplet: F1, 4A and 8D. RGB value is (241,74,141). Sum of RGB (Red+Green+Blue) = 241+74+141=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A8D is #0EB572. Grayscale: #838383. Windows color (decimal): -963955 or 9259761. OLE color: 9259761.
HSL color Cylindrical-coordinate representation of color #F14A8D: hue angle of 335.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14A8D is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 141 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.05 |
| HSL | 335.93º | 0.86% | 0.62% | - |
| HSV(B) | 335.93º | 0.69% | 0.95% | - |
| XYZ | 43.53 | 25.52 | 27.83 | - |
| YUV | 131.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 141 | 0 | 0.69 | 0.41 | 0.05 | 335.93 | 0.86 | 0.62 |
| Hex | F1 | 4A | 8D | 0 | 45 | 29 | 5 | 150 | 56 | 3E |
| Octal | 361 | 112 | 215 | 0 | 105 | 51 | 5 | 520 | 126 | 76 |
| Binary | 11110001 | 1001010 | 10001101 | 0 | 1000101 | 101001 | 101 | 101010000 | 1010110 | 111110 |
Color Harmonies of #F14A8D
Complementary color
Monochromatic Colors of #F14A8D
Black with #F14A8D
Text Example
Text Example
White with #F14A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A8D; }
p { color: rgb(241,74,141); }
H1.HeaderClassName
{
color: #F14A8D;
}
.AnyTagClassName
{
color: #F14A8D;
}
</style>
background-color css
<style>
a { background-color: #F14A8D; }
a { background-color: rgb(241,74,141); }
div.DivClassName
{
background-color: #F14A8D;
}
.BgClassName
{
background-color: #F14A8D;
}
</style>
border-color css
<style>
span { border-color: #F14A8D; }
span { border-color: rgb(241,74,141); }
td.TdClassName
{
border-color: #F14A8D;
}
.TagClassName
{
border-color: #F14A8D;
}
</style>