Shades of French Rose #F54C89
Tints of French Rose #F54C89
RGB
CMYK
RGB Variations
Color information
#F54C89 (or 0xF54C89) is known color: French Rose. HEX triplet: F5, 4C and 89. RGB value is (245,76,137). Sum of RGB (Red+Green+Blue) = 245+76+137=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54C89 is #0AB376. Grayscale: #858585. Windows color (decimal): -701303 or 8998133. OLE color: 8998133.
HSL color Cylindrical-coordinate representation of color #F54C89: hue angle of 338.34º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54C89 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 137 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.04 |
| HSL | 338.34º | 0.89% | 0.63% | - |
| HSV(B) | 338.34º | 0.69% | 0.96% | - |
| XYZ | 44.76 | 26.39 | 26.4 | - |
| YUV | 133.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 137 | 0 | 0.69 | 0.44 | 0.04 | 338.34 | 0.89 | 0.63 |
| Hex | F5 | 4C | 89 | 0 | 45 | 2C | 4 | 152 | 59 | 3F |
| Octal | 365 | 114 | 211 | 0 | 105 | 54 | 4 | 522 | 131 | 77 |
| Binary | 11110101 | 1001100 | 10001001 | 0 | 1000101 | 101100 | 100 | 101010010 | 1011001 | 111111 |
Color Harmonies of #F54C89
Complementary color
Monochromatic Colors of #F54C89
Black with #F54C89
Text Example
Text Example
White with #F54C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C89; }
p { color: rgb(245,76,137); }
H1.HeaderClassName
{
color: #F54C89;
}
.AnyTagClassName
{
color: #F54C89;
}
</style>
background-color css
<style>
a { background-color: #F54C89; }
a { background-color: rgb(245,76,137); }
div.DivClassName
{
background-color: #F54C89;
}
.BgClassName
{
background-color: #F54C89;
}
</style>
border-color css
<style>
span { border-color: #F54C89; }
span { border-color: rgb(245,76,137); }
td.TdClassName
{
border-color: #F54C89;
}
.TagClassName
{
border-color: #F54C89;
}
</style>