Shades of French Rose #FF5182
Tints of French Rose #FF5182
RGB
CMYK
RGB Variations
Color information
#FF5182 (or 0xFF5182) is known color: French Rose. HEX triplet: FF, 51 and 82. RGB value is (255,81,130). Sum of RGB (Red+Green+Blue) = 255+81+130=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5182 is #00AE7D. Grayscale: #8A8A8A. Windows color (decimal): -44670 or 8540671. OLE color: 8540671.
HSL color Cylindrical-coordinate representation of color #FF5182: hue angle of 343.1º 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 #FF5182 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 130 | - |
| CMYK | 0 | 0.68 | 0.49 | 0 |
| HSL | 343.1º | 1% | 0.66% | - |
| HSV(B) | 343.1º | 0.68% | 1% | - |
| XYZ | 48.21 | 28.76 | 24.13 | - |
| YUV | 138.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 130 | 0 | 0.68 | 0.49 | 0 | 343.1 | 1 | 0.66 |
| Hex | FF | 51 | 82 | 0 | 44 | 31 | 0 | 157 | 64 | 42 |
| Octal | 377 | 121 | 202 | 0 | 104 | 61 | 0 | 527 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10000010 | 0 | 1000100 | 110001 | 0 | 101010111 | 1100100 | 1000010 |
Color Harmonies of #FF5182
Complementary color
Monochromatic Colors of #FF5182
Black with #FF5182
Text Example
Text Example
White with #FF5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5182; }
p { color: rgb(255,81,130); }
H1.HeaderClassName
{
color: #FF5182;
}
.AnyTagClassName
{
color: #FF5182;
}
</style>
background-color css
<style>
a { background-color: #FF5182; }
a { background-color: rgb(255,81,130); }
div.DivClassName
{
background-color: #FF5182;
}
.BgClassName
{
background-color: #FF5182;
}
</style>
border-color css
<style>
span { border-color: #FF5182; }
span { border-color: rgb(255,81,130); }
td.TdClassName
{
border-color: #FF5182;
}
.TagClassName
{
border-color: #FF5182;
}
</style>