Shades of French Rose #F54882
Tints of French Rose #F54882
RGB
CMYK
RGB Variations
Color information
#F54882 (or 0xF54882) is known color: French Rose. HEX triplet: F5, 48 and 82. RGB value is (245,72,130). Sum of RGB (Red+Green+Blue) = 245+72+130=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F54882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54882 is #0AB77D. Grayscale: #828282. Windows color (decimal): -702334 or 8538357. OLE color: 8538357.
HSL color Cylindrical-coordinate representation of color #F54882: hue angle of 339.88º 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 #F54882 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 130 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.04 |
| HSL | 339.88º | 0.9% | 0.62% | - |
| HSV(B) | 339.88º | 0.71% | 0.96% | - |
| XYZ | 44 | 25.66 | 23.75 | - |
| YUV | 130.34 | 127.81 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 130 | 0 | 0.71 | 0.47 | 0.04 | 339.88 | 0.9 | 0.62 |
| Hex | F5 | 48 | 82 | 0 | 47 | 2F | 4 | 154 | 5A | 3E |
| Octal | 365 | 110 | 202 | 0 | 107 | 57 | 4 | 524 | 132 | 76 |
| Binary | 11110101 | 1001000 | 10000010 | 0 | 1000111 | 101111 | 100 | 101010100 | 1011010 | 111110 |
Color Harmonies of #F54882
Complementary color
Monochromatic Colors of #F54882
Black with #F54882
Text Example
Text Example
White with #F54882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54882; }
p { color: rgb(245,72,130); }
H1.HeaderClassName
{
color: #F54882;
}
.AnyTagClassName
{
color: #F54882;
}
</style>
background-color css
<style>
a { background-color: #F54882; }
a { background-color: rgb(245,72,130); }
div.DivClassName
{
background-color: #F54882;
}
.BgClassName
{
background-color: #F54882;
}
</style>
border-color css
<style>
span { border-color: #F54882; }
span { border-color: rgb(245,72,130); }
td.TdClassName
{
border-color: #F54882;
}
.TagClassName
{
border-color: #F54882;
}
</style>