Shades of French Rose #F54881
Tints of French Rose #F54881
RGB
CMYK
RGB Variations
Color information
#F54881 (or 0xF54881) is known color: French Rose. HEX triplet: F5, 48 and 81. RGB value is (245,72,129). Sum of RGB (Red+Green+Blue) = 245+72+129=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F54881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54881 is #0AB77E. Grayscale: #828282. Windows color (decimal): -702335 or 8472821. OLE color: 8472821.
HSL color Cylindrical-coordinate representation of color #F54881: hue angle of 340.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54881 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 129 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.04 |
| HSL | 340.23º | 0.9% | 0.62% | - |
| HSV(B) | 340.23º | 0.71% | 0.96% | - |
| XYZ | 43.94 | 25.63 | 23.4 | - |
| YUV | 130.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 129 | 0 | 0.71 | 0.47 | 0.04 | 340.23 | 0.9 | 0.62 |
| Hex | F5 | 48 | 81 | 0 | 47 | 2F | 4 | 154 | 5A | 3E |
| Octal | 365 | 110 | 201 | 0 | 107 | 57 | 4 | 524 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10000001 | 0 | 1000111 | 101111 | 100 | 101010100 | 1011010 | 111110 |
Color Harmonies of #F54881
Complementary color
Monochromatic Colors of #F54881
Black with #F54881
Text Example
Text Example
White with #F54881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54881; }
p { color: rgb(245,72,129); }
H1.HeaderClassName
{
color: #F54881;
}
.AnyTagClassName
{
color: #F54881;
}
</style>
background-color css
<style>
a { background-color: #F54881; }
a { background-color: rgb(245,72,129); }
div.DivClassName
{
background-color: #F54881;
}
.BgClassName
{
background-color: #F54881;
}
</style>
border-color css
<style>
span { border-color: #F54881; }
span { border-color: rgb(245,72,129); }
td.TdClassName
{
border-color: #F54881;
}
.TagClassName
{
border-color: #F54881;
}
</style>