Shades of French Rose #F14781
Tints of French Rose #F14781
RGB
CMYK
RGB Variations
Color information
#F14781 (or 0xF14781) is known color: French Rose. HEX triplet: F1, 47 and 81. RGB value is (241,71,129). Sum of RGB (Red+Green+Blue) = 241+71+129=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14781 is #0EB87E. Grayscale: #808080. Windows color (decimal): -964735 or 8472561. OLE color: 8472561.
HSL color Cylindrical-coordinate representation of color #F14781: hue angle of 339.53º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14781 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 129 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.05 |
| HSL | 339.53º | 0.86% | 0.61% | - |
| HSV(B) | 339.53º | 0.71% | 0.95% | - |
| XYZ | 42.49 | 24.79 | 23.31 | - |
| YUV | 128.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 129 | 0 | 0.71 | 0.46 | 0.05 | 339.53 | 0.86 | 0.61 |
| Hex | F1 | 47 | 81 | 0 | 47 | 2E | 5 | 154 | 56 | 3D |
| Octal | 361 | 107 | 201 | 0 | 107 | 56 | 5 | 524 | 126 | 75 |
| Binary | 11110001 | 1000111 | 10000001 | 0 | 1000111 | 101110 | 101 | 101010100 | 1010110 | 111101 |
Color Harmonies of #F14781
Complementary color
Monochromatic Colors of #F14781
Black with #F14781
Text Example
Text Example
White with #F14781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14781; }
p { color: rgb(241,71,129); }
H1.HeaderClassName
{
color: #F14781;
}
.AnyTagClassName
{
color: #F14781;
}
</style>
background-color css
<style>
a { background-color: #F14781; }
a { background-color: rgb(241,71,129); }
div.DivClassName
{
background-color: #F14781;
}
.BgClassName
{
background-color: #F14781;
}
</style>
border-color css
<style>
span { border-color: #F14781; }
span { border-color: rgb(241,71,129); }
td.TdClassName
{
border-color: #F14781;
}
.TagClassName
{
border-color: #F14781;
}
</style>