Shades of French Rose #FB4A8B
Tints of French Rose #FB4A8B
RGB
CMYK
RGB Variations
Color information
#FB4A8B (or 0xFB4A8B) is known color: French Rose. HEX triplet: FB, 4A and 8B. RGB value is (251,74,139). Sum of RGB (Red+Green+Blue) = 251+74+139=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4A8B is #04B574. Grayscale: #868686. Windows color (decimal): -308597 or 9128699. OLE color: 9128699.
HSL color Cylindrical-coordinate representation of color #FB4A8B: hue angle of 337.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4A8B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 139 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.02 |
| HSL | 337.97º | 0.96% | 0.64% | - |
| HSV(B) | 337.97º | 0.71% | 0.98% | - |
| XYZ | 46.89 | 27.27 | 27.22 | - |
| YUV | 134.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 139 | 0 | 0.71 | 0.45 | 0.02 | 337.97 | 0.96 | 0.64 |
| Hex | FB | 4A | 8B | 0 | 47 | 2D | 2 | 152 | 60 | 40 |
| Octal | 373 | 112 | 213 | 0 | 107 | 55 | 2 | 522 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10001011 | 0 | 1000111 | 101101 | 10 | 101010010 | 1100000 | 1000000 |
Color Harmonies of #FB4A8B
Complementary color
Monochromatic Colors of #FB4A8B
Black with #FB4A8B
Text Example
Text Example
White with #FB4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A8B; }
p { color: rgb(251,74,139); }
H1.HeaderClassName
{
color: #FB4A8B;
}
.AnyTagClassName
{
color: #FB4A8B;
}
</style>
background-color css
<style>
a { background-color: #FB4A8B; }
a { background-color: rgb(251,74,139); }
div.DivClassName
{
background-color: #FB4A8B;
}
.BgClassName
{
background-color: #FB4A8B;
}
</style>
border-color css
<style>
span { border-color: #FB4A8B; }
span { border-color: rgb(251,74,139); }
td.TdClassName
{
border-color: #FB4A8B;
}
.TagClassName
{
border-color: #FB4A8B;
}
</style>