Shades of French Rose #F14880
Tints of French Rose #F14880
RGB
CMYK
RGB Variations
Color information
#F14880 (or 0xF14880) is known color: French Rose. HEX triplet: F1, 48 and 80. RGB value is (241,72,128). Sum of RGB (Red+Green+Blue) = 241+72+128=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14880 is #0EB77F. Grayscale: #808080. Windows color (decimal): -964480 or 8407281. OLE color: 8407281.
HSL color Cylindrical-coordinate representation of color #F14880: hue angle of 340.12º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14880 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 128 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.05 |
| HSL | 340.12º | 0.86% | 0.61% | - |
| HSV(B) | 340.12º | 0.7% | 0.95% | - |
| XYZ | 42.49 | 24.89 | 22.99 | - |
| YUV | 128.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 128 | 0 | 0.70 | 0.47 | 0.05 | 340.12 | 0.86 | 0.61 |
| Hex | F1 | 48 | 80 | 0 | 46 | 2F | 5 | 154 | 56 | 3D |
| Octal | 361 | 110 | 200 | 0 | 106 | 57 | 5 | 524 | 126 | 75 |
| Binary | 11110001 | 1001000 | 10000000 | 0 | 1000110 | 101111 | 101 | 101010100 | 1010110 | 111101 |
Color Harmonies of #F14880
Complementary color
Monochromatic Colors of #F14880
Black with #F14880
Text Example
Text Example
White with #F14880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14880; }
p { color: rgb(241,72,128); }
H1.HeaderClassName
{
color: #F14880;
}
.AnyTagClassName
{
color: #F14880;
}
</style>
background-color css
<style>
a { background-color: #F14880; }
a { background-color: rgb(241,72,128); }
div.DivClassName
{
background-color: #F14880;
}
.BgClassName
{
background-color: #F14880;
}
</style>
border-color css
<style>
span { border-color: #F14880; }
span { border-color: rgb(241,72,128); }
td.TdClassName
{
border-color: #F14880;
}
.TagClassName
{
border-color: #F14880;
}
</style>