Shades of French Rose #FF5184
Tints of French Rose #FF5184
RGB
CMYK
RGB Variations
Color information
#FF5184 (or 0xFF5184) is known color: French Rose. HEX triplet: FF, 51 and 84. RGB value is (255,81,132). Sum of RGB (Red+Green+Blue) = 255+81+132=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5184 is #00AE7B. Grayscale: #8A8A8A. Windows color (decimal): -44668 or 8671743. OLE color: 8671743.
HSL color Cylindrical-coordinate representation of color #FF5184: hue angle of 342.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5184 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 132 | - |
| CMYK | 0 | 0.68 | 0.48 | 0 |
| HSL | 342.41º | 1% | 0.66% | - |
| HSV(B) | 342.41º | 0.68% | 1% | - |
| XYZ | 48.35 | 28.81 | 24.84 | - |
| YUV | 138.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 132 | 0 | 0.68 | 0.48 | 0 | 342.41 | 1 | 0.66 |
| Hex | FF | 51 | 84 | 0 | 44 | 30 | 0 | 156 | 64 | 42 |
| Octal | 377 | 121 | 204 | 0 | 104 | 60 | 0 | 526 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10000100 | 0 | 1000100 | 110000 | 0 | 101010110 | 1100100 | 1000010 |
Color Harmonies of #FF5184
Complementary color
Monochromatic Colors of #FF5184
Black with #FF5184
Text Example
Text Example
White with #FF5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5184; }
p { color: rgb(255,81,132); }
H1.HeaderClassName
{
color: #FF5184;
}
.AnyTagClassName
{
color: #FF5184;
}
</style>
background-color css
<style>
a { background-color: #FF5184; }
a { background-color: rgb(255,81,132); }
div.DivClassName
{
background-color: #FF5184;
}
.BgClassName
{
background-color: #FF5184;
}
</style>
border-color css
<style>
span { border-color: #FF5184; }
span { border-color: rgb(255,81,132); }
td.TdClassName
{
border-color: #FF5184;
}
.TagClassName
{
border-color: #FF5184;
}
</style>