Shades of French Rose #F14A8B
Tints of French Rose #F14A8B
RGB
CMYK
RGB Variations
Color information
#F14A8B (or 0xF14A8B) is known color: French Rose. HEX triplet: F1, 4A and 8B. RGB value is (241,74,139). Sum of RGB (Red+Green+Blue) = 241+74+139=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A8B is #0EB574. Grayscale: #838383. Windows color (decimal): -963957 or 9128689. OLE color: 9128689.
HSL color Cylindrical-coordinate representation of color #F14A8B: hue angle of 336.65º 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 #F14A8B is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 139 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.05 |
| HSL | 336.65º | 0.86% | 0.62% | - |
| HSV(B) | 336.65º | 0.69% | 0.95% | - |
| XYZ | 43.38 | 25.46 | 27.05 | - |
| YUV | 131.34 | 132.33 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 139 | 0 | 0.69 | 0.42 | 0.05 | 336.65 | 0.86 | 0.62 |
| Hex | F1 | 4A | 8B | 0 | 45 | 2A | 5 | 151 | 56 | 3E |
| Octal | 361 | 112 | 213 | 0 | 105 | 52 | 5 | 521 | 126 | 76 |
| Binary | 11110001 | 1001010 | 10001011 | 0 | 1000101 | 101010 | 101 | 101010001 | 1010110 | 111110 |
Color Harmonies of #F14A8B
Complementary color
Monochromatic Colors of #F14A8B
Black with #F14A8B
Text Example
Text Example
White with #F14A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A8B; }
p { color: rgb(241,74,139); }
H1.HeaderClassName
{
color: #F14A8B;
}
.AnyTagClassName
{
color: #F14A8B;
}
</style>
background-color css
<style>
a { background-color: #F14A8B; }
a { background-color: rgb(241,74,139); }
div.DivClassName
{
background-color: #F14A8B;
}
.BgClassName
{
background-color: #F14A8B;
}
</style>
border-color css
<style>
span { border-color: #F14A8B; }
span { border-color: rgb(241,74,139); }
td.TdClassName
{
border-color: #F14A8B;
}
.TagClassName
{
border-color: #F14A8B;
}
</style>