Shades of French Rose #FF5384
Tints of French Rose #FF5384
RGB
CMYK
RGB Variations
Color information
#FF5384 (or 0xFF5384) is known color: French Rose. HEX triplet: FF, 53 and 84. RGB value is (255,83,132). Sum of RGB (Red+Green+Blue) = 255+83+132=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5384 is #00AC7B. Grayscale: #8B8B8B. Windows color (decimal): -44156 or 8672255. OLE color: 8672255.
HSL color Cylindrical-coordinate representation of color #FF5384: hue angle of 342.91º 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 #FF5384 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 132 | - |
| CMYK | 0 | 0.67 | 0.48 | 0 |
| HSL | 342.91º | 1% | 0.66% | - |
| HSV(B) | 342.91º | 0.67% | 1% | - |
| XYZ | 48.5 | 29.11 | 24.89 | - |
| YUV | 140.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 132 | 0 | 0.67 | 0.48 | 0 | 342.91 | 1 | 0.66 |
| Hex | FF | 53 | 84 | 0 | 43 | 30 | 0 | 157 | 64 | 42 |
| Octal | 377 | 123 | 204 | 0 | 103 | 60 | 0 | 527 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10000100 | 0 | 1000011 | 110000 | 0 | 101010111 | 1100100 | 1000010 |
Color Harmonies of #FF5384
Complementary color
Monochromatic Colors of #FF5384
Black with #FF5384
Text Example
Text Example
White with #FF5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5384; }
p { color: rgb(255,83,132); }
H1.HeaderClassName
{
color: #FF5384;
}
.AnyTagClassName
{
color: #FF5384;
}
</style>
background-color css
<style>
a { background-color: #FF5384; }
a { background-color: rgb(255,83,132); }
div.DivClassName
{
background-color: #FF5384;
}
.BgClassName
{
background-color: #FF5384;
}
</style>
border-color css
<style>
span { border-color: #FF5384; }
span { border-color: rgb(255,83,132); }
td.TdClassName
{
border-color: #FF5384;
}
.TagClassName
{
border-color: #FF5384;
}
</style>