Shades of French Rose #FF5183
Tints of French Rose #FF5183
RGB
CMYK
RGB Variations
Color information
#FF5183 (or 0xFF5183) is known color: French Rose. HEX triplet: FF, 51 and 83. RGB value is (255,81,131). Sum of RGB (Red+Green+Blue) = 255+81+131=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5183 is #00AE7C. Grayscale: #8A8A8A. Windows color (decimal): -44669 or 8606207. OLE color: 8606207.
HSL color Cylindrical-coordinate representation of color #FF5183: hue angle of 342.76º 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 #FF5183 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 131 | - |
| CMYK | 0 | 0.68 | 0.49 | 0 |
| HSL | 342.76º | 1% | 0.66% | - |
| HSV(B) | 342.76º | 0.68% | 1% | - |
| XYZ | 48.28 | 28.78 | 24.48 | - |
| YUV | 138.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 131 | 0 | 0.68 | 0.49 | 0 | 342.76 | 1 | 0.66 |
| Hex | FF | 51 | 83 | 0 | 44 | 31 | 0 | 157 | 64 | 42 |
| Octal | 377 | 121 | 203 | 0 | 104 | 61 | 0 | 527 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10000011 | 0 | 1000100 | 110001 | 0 | 101010111 | 1100100 | 1000010 |
Color Harmonies of #FF5183
Complementary color
Monochromatic Colors of #FF5183
Black with #FF5183
Text Example
Text Example
White with #FF5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5183; }
p { color: rgb(255,81,131); }
H1.HeaderClassName
{
color: #FF5183;
}
.AnyTagClassName
{
color: #FF5183;
}
</style>
background-color css
<style>
a { background-color: #FF5183; }
a { background-color: rgb(255,81,131); }
div.DivClassName
{
background-color: #FF5183;
}
.BgClassName
{
background-color: #FF5183;
}
</style>
border-color css
<style>
span { border-color: #FF5183; }
span { border-color: rgb(255,81,131); }
td.TdClassName
{
border-color: #FF5183;
}
.TagClassName
{
border-color: #FF5183;
}
</style>