Shades of French Rose #F54B8F
Tints of French Rose #F54B8F
RGB
CMYK
RGB Variations
Color information
#F54B8F (or 0xF54B8F) is known color: French Rose. HEX triplet: F5, 4B and 8F. RGB value is (245,75,143). Sum of RGB (Red+Green+Blue) = 245+75+143=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54B8F is #0AB470. Grayscale: #858585. Windows color (decimal): -701553 or 9391093. OLE color: 9391093.
HSL color Cylindrical-coordinate representation of color #F54B8F: hue angle of 336º 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 #F54B8F is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 143 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.04 |
| HSL | 336º | 0.89% | 0.63% | - |
| HSV(B) | 336º | 0.69% | 0.96% | - |
| XYZ | 45.13 | 26.43 | 28.71 | - |
| YUV | 133.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 143 | 0 | 0.69 | 0.42 | 0.04 | 336 | 0.89 | 0.63 |
| Hex | F5 | 4B | 8F | 0 | 45 | 2A | 4 | 150 | 59 | 3F |
| Octal | 365 | 113 | 217 | 0 | 105 | 52 | 4 | 520 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10001111 | 0 | 1000101 | 101010 | 100 | 101010000 | 1011001 | 111111 |
Color Harmonies of #F54B8F
Complementary color
Monochromatic Colors of #F54B8F
Black with #F54B8F
Text Example
Text Example
White with #F54B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54B8F; }
p { color: rgb(245,75,143); }
H1.HeaderClassName
{
color: #F54B8F;
}
.AnyTagClassName
{
color: #F54B8F;
}
</style>
background-color css
<style>
a { background-color: #F54B8F; }
a { background-color: rgb(245,75,143); }
div.DivClassName
{
background-color: #F54B8F;
}
.BgClassName
{
background-color: #F54B8F;
}
</style>
border-color css
<style>
span { border-color: #F54B8F; }
span { border-color: rgb(245,75,143); }
td.TdClassName
{
border-color: #F54B8F;
}
.TagClassName
{
border-color: #F54B8F;
}
</style>