Shades of French Rose #FB4D8A
Tints of French Rose #FB4D8A
RGB
CMYK
RGB Variations
Color information
#FB4D8A (or 0xFB4D8A) is known color: French Rose. HEX triplet: FB, 4D and 8A. RGB value is (251,77,138). Sum of RGB (Red+Green+Blue) = 251+77+138=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D8A is #04B275. Grayscale: #878787. Windows color (decimal): -307830 or 9063931. OLE color: 9063931.
HSL color Cylindrical-coordinate representation of color #FB4D8A: hue angle of 338.97º 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 #FB4D8A is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 138 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.02 |
| HSL | 338.97º | 0.96% | 0.64% | - |
| HSV(B) | 338.97º | 0.69% | 0.98% | - |
| XYZ | 47.02 | 27.65 | 26.9 | - |
| YUV | 135.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 138 | 0 | 0.69 | 0.45 | 0.02 | 338.97 | 0.96 | 0.64 |
| Hex | FB | 4D | 8A | 0 | 45 | 2D | 2 | 153 | 60 | 40 |
| Octal | 373 | 115 | 212 | 0 | 105 | 55 | 2 | 523 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10001010 | 0 | 1000101 | 101101 | 10 | 101010011 | 1100000 | 1000000 |
Color Harmonies of #FB4D8A
Complementary color
Monochromatic Colors of #FB4D8A
Black with #FB4D8A
Text Example
Text Example
White with #FB4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D8A; }
p { color: rgb(251,77,138); }
H1.HeaderClassName
{
color: #FB4D8A;
}
.AnyTagClassName
{
color: #FB4D8A;
}
</style>
background-color css
<style>
a { background-color: #FB4D8A; }
a { background-color: rgb(251,77,138); }
div.DivClassName
{
background-color: #FB4D8A;
}
.BgClassName
{
background-color: #FB4D8A;
}
</style>
border-color css
<style>
span { border-color: #FB4D8A; }
span { border-color: rgb(251,77,138); }
td.TdClassName
{
border-color: #FB4D8A;
}
.TagClassName
{
border-color: #FB4D8A;
}
</style>