Shades of French Rose #F14A8C
Tints of French Rose #F14A8C
RGB
CMYK
RGB Variations
Color information
#F14A8C (or 0xF14A8C) is known color: French Rose. HEX triplet: F1, 4A and 8C. RGB value is (241,74,140). Sum of RGB (Red+Green+Blue) = 241+74+140=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A8C is #0EB573. Grayscale: #838383. Windows color (decimal): -963956 or 9194225. OLE color: 9194225.
HSL color Cylindrical-coordinate representation of color #F14A8C: hue angle of 336.29º 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 #F14A8C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 140 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.05 |
| HSL | 336.29º | 0.86% | 0.62% | - |
| HSV(B) | 336.29º | 0.69% | 0.95% | - |
| XYZ | 43.46 | 25.49 | 27.44 | - |
| YUV | 131.46 | 132.83 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 140 | 0 | 0.69 | 0.42 | 0.05 | 336.29 | 0.86 | 0.62 |
| Hex | F1 | 4A | 8C | 0 | 45 | 2A | 5 | 150 | 56 | 3E |
| Octal | 361 | 112 | 214 | 0 | 105 | 52 | 5 | 520 | 126 | 76 |
| Binary | 11110001 | 1001010 | 10001100 | 0 | 1000101 | 101010 | 101 | 101010000 | 1010110 | 111110 |
Color Harmonies of #F14A8C
Complementary color
Monochromatic Colors of #F14A8C
Black with #F14A8C
Text Example
Text Example
White with #F14A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A8C; }
p { color: rgb(241,74,140); }
H1.HeaderClassName
{
color: #F14A8C;
}
.AnyTagClassName
{
color: #F14A8C;
}
</style>
background-color css
<style>
a { background-color: #F14A8C; }
a { background-color: rgb(241,74,140); }
div.DivClassName
{
background-color: #F14A8C;
}
.BgClassName
{
background-color: #F14A8C;
}
</style>
border-color css
<style>
span { border-color: #F14A8C; }
span { border-color: rgb(241,74,140); }
td.TdClassName
{
border-color: #F14A8C;
}
.TagClassName
{
border-color: #F14A8C;
}
</style>