Shades of French Rose #F54F8C
Tints of French Rose #F54F8C
RGB
CMYK
RGB Variations
Color information
#F54F8C (or 0xF54F8C) is known color: French Rose. HEX triplet: F5, 4F and 8C. RGB value is (245,79,140). Sum of RGB (Red+Green+Blue) = 245+79+140=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54F8C is #0AB073. Grayscale: #878787. Windows color (decimal): -700532 or 9195509. OLE color: 9195509.
HSL color Cylindrical-coordinate representation of color #F54F8C: hue angle of 337.95º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54F8C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 140 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.04 |
| HSL | 337.95º | 0.89% | 0.64% | - |
| HSV(B) | 337.95º | 0.68% | 0.96% | - |
| XYZ | 45.19 | 26.9 | 27.62 | - |
| YUV | 135.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 140 | 0 | 0.68 | 0.43 | 0.04 | 337.95 | 0.89 | 0.64 |
| Hex | F5 | 4F | 8C | 0 | 44 | 2B | 4 | 152 | 59 | 40 |
| Octal | 365 | 117 | 214 | 0 | 104 | 53 | 4 | 522 | 131 | 100 |
| Binary | 11110101 | 1001111 | 10001100 | 0 | 1000100 | 101011 | 100 | 101010010 | 1011001 | 1000000 |
Color Harmonies of #F54F8C
Complementary color
Monochromatic Colors of #F54F8C
Black with #F54F8C
Text Example
Text Example
White with #F54F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F8C; }
p { color: rgb(245,79,140); }
H1.HeaderClassName
{
color: #F54F8C;
}
.AnyTagClassName
{
color: #F54F8C;
}
</style>
background-color css
<style>
a { background-color: #F54F8C; }
a { background-color: rgb(245,79,140); }
div.DivClassName
{
background-color: #F54F8C;
}
.BgClassName
{
background-color: #F54F8C;
}
</style>
border-color css
<style>
span { border-color: #F54F8C; }
span { border-color: rgb(245,79,140); }
td.TdClassName
{
border-color: #F54F8C;
}
.TagClassName
{
border-color: #F54F8C;
}
</style>