Shades of French Rose #FB5384
Tints of French Rose #FB5384
RGB
CMYK
RGB Variations
Color information
#FB5384 (or 0xFB5384) is known color: French Rose. HEX triplet: FB, 53 and 84. RGB value is (251,83,132). Sum of RGB (Red+Green+Blue) = 251+83+132=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5384 is #04AC7B. Grayscale: #8A8A8A. Windows color (decimal): -306300 or 8672251. OLE color: 8672251.
HSL color Cylindrical-coordinate representation of color #FB5384: hue angle of 342.5º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5384 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 132 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.02 |
| HSL | 342.5º | 0.95% | 0.65% | - |
| HSV(B) | 342.5º | 0.67% | 0.98% | - |
| XYZ | 47.04 | 28.36 | 24.82 | - |
| YUV | 138.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 132 | 0 | 0.67 | 0.47 | 0.02 | 342.5 | 0.95 | 0.65 |
| Hex | FB | 53 | 84 | 0 | 43 | 2F | 2 | 156 | 5F | 41 |
| Octal | 373 | 123 | 204 | 0 | 103 | 57 | 2 | 526 | 137 | 101 |
| Binary | 11111011 | 1010011 | 10000100 | 0 | 1000011 | 101111 | 10 | 101010110 | 1011111 | 1000001 |
Color Harmonies of #FB5384
Complementary color
Monochromatic Colors of #FB5384
Black with #FB5384
Text Example
Text Example
White with #FB5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5384; }
p { color: rgb(251,83,132); }
H1.HeaderClassName
{
color: #FB5384;
}
.AnyTagClassName
{
color: #FB5384;
}
</style>
background-color css
<style>
a { background-color: #FB5384; }
a { background-color: rgb(251,83,132); }
div.DivClassName
{
background-color: #FB5384;
}
.BgClassName
{
background-color: #FB5384;
}
</style>
border-color css
<style>
span { border-color: #FB5384; }
span { border-color: rgb(251,83,132); }
td.TdClassName
{
border-color: #FB5384;
}
.TagClassName
{
border-color: #FB5384;
}
</style>