Shades of French Rose #FB4D84
Tints of French Rose #FB4D84
RGB
CMYK
RGB Variations
Color information
#FB4D84 (or 0xFB4D84) is known color: French Rose. HEX triplet: FB, 4D and 84. RGB value is (251,77,132). Sum of RGB (Red+Green+Blue) = 251+77+132=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D84 is #04B27B. Grayscale: #878787. Windows color (decimal): -307836 or 8670715. OLE color: 8670715.
HSL color Cylindrical-coordinate representation of color #FB4D84: hue angle of 341.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4D84 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 132 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.02 |
| HSL | 341.03º | 0.96% | 0.64% | - |
| HSV(B) | 341.03º | 0.69% | 0.98% | - |
| XYZ | 46.6 | 27.48 | 24.68 | - |
| YUV | 135.3 | 126.15 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 132 | 0 | 0.69 | 0.47 | 0.02 | 341.03 | 0.96 | 0.64 |
| Hex | FB | 4D | 84 | 0 | 45 | 2F | 2 | 155 | 60 | 40 |
| Octal | 373 | 115 | 204 | 0 | 105 | 57 | 2 | 525 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10000100 | 0 | 1000101 | 101111 | 10 | 101010101 | 1100000 | 1000000 |
Color Harmonies of #FB4D84
Complementary color
Monochromatic Colors of #FB4D84
Black with #FB4D84
Text Example
Text Example
White with #FB4D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D84; }
p { color: rgb(251,77,132); }
H1.HeaderClassName
{
color: #FB4D84;
}
.AnyTagClassName
{
color: #FB4D84;
}
</style>
background-color css
<style>
a { background-color: #FB4D84; }
a { background-color: rgb(251,77,132); }
div.DivClassName
{
background-color: #FB4D84;
}
.BgClassName
{
background-color: #FB4D84;
}
</style>
border-color css
<style>
span { border-color: #FB4D84; }
span { border-color: rgb(251,77,132); }
td.TdClassName
{
border-color: #FB4D84;
}
.TagClassName
{
border-color: #FB4D84;
}
</style>