Shades of French Rose #F54982
Tints of French Rose #F54982
RGB
CMYK
RGB Variations
Color information
#F54982 (or 0xF54982) is known color: French Rose. HEX triplet: F5, 49 and 82. RGB value is (245,73,130). Sum of RGB (Red+Green+Blue) = 245+73+130=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F54982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54982 is #0AB67D. Grayscale: #828282. Windows color (decimal): -702078 or 8538613. OLE color: 8538613.
HSL color Cylindrical-coordinate representation of color #F54982: hue angle of 340.12º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54982 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 130 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.04 |
| HSL | 340.12º | 0.9% | 0.62% | - |
| HSV(B) | 340.12º | 0.7% | 0.96% | - |
| XYZ | 44.07 | 25.79 | 23.77 | - |
| YUV | 130.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 130 | 0 | 0.70 | 0.47 | 0.04 | 340.12 | 0.9 | 0.62 |
| Hex | F5 | 49 | 82 | 0 | 46 | 2F | 4 | 154 | 5A | 3E |
| Octal | 365 | 111 | 202 | 0 | 106 | 57 | 4 | 524 | 132 | 76 |
| Binary | 11110101 | 1001001 | 10000010 | 0 | 1000110 | 101111 | 100 | 101010100 | 1011010 | 111110 |
Color Harmonies of #F54982
Complementary color
Monochromatic Colors of #F54982
Black with #F54982
Text Example
Text Example
White with #F54982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54982; }
p { color: rgb(245,73,130); }
H1.HeaderClassName
{
color: #F54982;
}
.AnyTagClassName
{
color: #F54982;
}
</style>
background-color css
<style>
a { background-color: #F54982; }
a { background-color: rgb(245,73,130); }
div.DivClassName
{
background-color: #F54982;
}
.BgClassName
{
background-color: #F54982;
}
</style>
border-color css
<style>
span { border-color: #F54982; }
span { border-color: rgb(245,73,130); }
td.TdClassName
{
border-color: #F54982;
}
.TagClassName
{
border-color: #F54982;
}
</style>