Shades of French Rose #FF548F
Tints of French Rose #FF548F
RGB
CMYK
RGB Variations
Color information
#FF548F (or 0xFF548F) is known color: French Rose. HEX triplet: FF, 54 and 8F. RGB value is (255,84,143). Sum of RGB (Red+Green+Blue) = 255+84+143=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF548F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF548F is #00AB70. Grayscale: #8D8D8D. Windows color (decimal): -43889 or 9393407. OLE color: 9393407.
HSL color Cylindrical-coordinate representation of color #FF548F: hue angle of 339.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF548F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 143 | - |
| CMYK | 0 | 0.67 | 0.44 | 0 |
| HSL | 339.3º | 1% | 0.66% | - |
| HSV(B) | 339.3º | 0.67% | 1% | - |
| XYZ | 49.37 | 29.58 | 29.09 | - |
| YUV | 141.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 143 | 0 | 0.67 | 0.44 | 0 | 339.3 | 1 | 0.66 |
| Hex | FF | 54 | 8F | 0 | 43 | 2C | 0 | 153 | 64 | 42 |
| Octal | 377 | 124 | 217 | 0 | 103 | 54 | 0 | 523 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10001111 | 0 | 1000011 | 101100 | 0 | 101010011 | 1100100 | 1000010 |
Color Harmonies of #FF548F
Complementary color
Monochromatic Colors of #FF548F
Black with #FF548F
Text Example
Text Example
White with #FF548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF548F; }
p { color: rgb(255,84,143); }
H1.HeaderClassName
{
color: #FF548F;
}
.AnyTagClassName
{
color: #FF548F;
}
</style>
background-color css
<style>
a { background-color: #FF548F; }
a { background-color: rgb(255,84,143); }
div.DivClassName
{
background-color: #FF548F;
}
.BgClassName
{
background-color: #FF548F;
}
</style>
border-color css
<style>
span { border-color: #FF548F; }
span { border-color: rgb(255,84,143); }
td.TdClassName
{
border-color: #FF548F;
}
.TagClassName
{
border-color: #FF548F;
}
</style>