Shades of French Rose #FF548A
Tints of French Rose #FF548A
RGB
CMYK
RGB Variations
Color information
#FF548A (or 0xFF548A) is known color: French Rose. HEX triplet: FF, 54 and 8A. RGB value is (255,84,138). Sum of RGB (Red+Green+Blue) = 255+84+138=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF548A is #00AB75. Grayscale: #8D8D8D. Windows color (decimal): -43894 or 9065727. OLE color: 9065727.
HSL color Cylindrical-coordinate representation of color #FF548A: hue angle of 341.05º 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 #FF548A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 138 | - |
| CMYK | 0 | 0.67 | 0.46 | 0 |
| HSL | 341.05º | 1% | 0.66% | - |
| HSV(B) | 341.05º | 0.67% | 1% | - |
| XYZ | 49 | 29.44 | 27.14 | - |
| YUV | 141.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 138 | 0 | 0.67 | 0.46 | 0 | 341.05 | 1 | 0.66 |
| Hex | FF | 54 | 8A | 0 | 43 | 2E | 0 | 155 | 64 | 42 |
| Octal | 377 | 124 | 212 | 0 | 103 | 56 | 0 | 525 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10001010 | 0 | 1000011 | 101110 | 0 | 101010101 | 1100100 | 1000010 |
Color Harmonies of #FF548A
Complementary color
Monochromatic Colors of #FF548A
Black with #FF548A
Text Example
Text Example
White with #FF548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF548A; }
p { color: rgb(255,84,138); }
H1.HeaderClassName
{
color: #FF548A;
}
.AnyTagClassName
{
color: #FF548A;
}
</style>
background-color css
<style>
a { background-color: #FF548A; }
a { background-color: rgb(255,84,138); }
div.DivClassName
{
background-color: #FF548A;
}
.BgClassName
{
background-color: #FF548A;
}
</style>
border-color css
<style>
span { border-color: #FF548A; }
span { border-color: rgb(255,84,138); }
td.TdClassName
{
border-color: #FF548A;
}
.TagClassName
{
border-color: #FF548A;
}
</style>