Shades of French Rose #F14C8A
Tints of French Rose #F14C8A
RGB
CMYK
RGB Variations
Color information
#F14C8A (or 0xF14C8A) is known color: French Rose. HEX triplet: F1, 4C and 8A. RGB value is (241,76,138). Sum of RGB (Red+Green+Blue) = 241+76+138=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C8A is #0EB375. Grayscale: #848484. Windows color (decimal): -963446 or 9063665. OLE color: 9063665.
HSL color Cylindrical-coordinate representation of color #F14C8A: hue angle of 337.45º 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 #F14C8A is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 138 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.05 |
| HSL | 337.45º | 0.85% | 0.62% | - |
| HSV(B) | 337.45º | 0.68% | 0.95% | - |
| XYZ | 43.45 | 25.7 | 26.72 | - |
| YUV | 132.4 | 131.16 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 138 | 0 | 0.68 | 0.43 | 0.05 | 337.45 | 0.85 | 0.62 |
| Hex | F1 | 4C | 8A | 0 | 44 | 2B | 5 | 151 | 55 | 3E |
| Octal | 361 | 114 | 212 | 0 | 104 | 53 | 5 | 521 | 125 | 76 |
| Binary | 11110001 | 1001100 | 10001010 | 0 | 1000100 | 101011 | 101 | 101010001 | 1010101 | 111110 |
Color Harmonies of #F14C8A
Complementary color
Monochromatic Colors of #F14C8A
Black with #F14C8A
Text Example
Text Example
White with #F14C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C8A; }
p { color: rgb(241,76,138); }
H1.HeaderClassName
{
color: #F14C8A;
}
.AnyTagClassName
{
color: #F14C8A;
}
</style>
background-color css
<style>
a { background-color: #F14C8A; }
a { background-color: rgb(241,76,138); }
div.DivClassName
{
background-color: #F14C8A;
}
.BgClassName
{
background-color: #F14C8A;
}
</style>
border-color css
<style>
span { border-color: #F14C8A; }
span { border-color: rgb(241,76,138); }
td.TdClassName
{
border-color: #F14C8A;
}
.TagClassName
{
border-color: #F14C8A;
}
</style>