Shades of French Rose #FB4A8A
Tints of French Rose #FB4A8A
RGB
CMYK
RGB Variations
Color information
#FB4A8A (or 0xFB4A8A) is known color: French Rose. HEX triplet: FB, 4A and 8A. RGB value is (251,74,138). Sum of RGB (Red+Green+Blue) = 251+74+138=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4A8A is #04B575. Grayscale: #868686. Windows color (decimal): -308598 or 9063163. OLE color: 9063163.
HSL color Cylindrical-coordinate representation of color #FB4A8A: hue angle of 338.31º 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 #FB4A8A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 138 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.02 |
| HSL | 338.31º | 0.96% | 0.64% | - |
| HSV(B) | 338.31º | 0.71% | 0.98% | - |
| XYZ | 46.82 | 27.24 | 26.84 | - |
| YUV | 134.22 | 130.14 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 138 | 0 | 0.71 | 0.45 | 0.02 | 338.31 | 0.96 | 0.64 |
| Hex | FB | 4A | 8A | 0 | 47 | 2D | 2 | 152 | 60 | 40 |
| Octal | 373 | 112 | 212 | 0 | 107 | 55 | 2 | 522 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10001010 | 0 | 1000111 | 101101 | 10 | 101010010 | 1100000 | 1000000 |
Color Harmonies of #FB4A8A
Complementary color
Monochromatic Colors of #FB4A8A
Black with #FB4A8A
Text Example
Text Example
White with #FB4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A8A; }
p { color: rgb(251,74,138); }
H1.HeaderClassName
{
color: #FB4A8A;
}
.AnyTagClassName
{
color: #FB4A8A;
}
</style>
background-color css
<style>
a { background-color: #FB4A8A; }
a { background-color: rgb(251,74,138); }
div.DivClassName
{
background-color: #FB4A8A;
}
.BgClassName
{
background-color: #FB4A8A;
}
</style>
border-color css
<style>
span { border-color: #FB4A8A; }
span { border-color: rgb(251,74,138); }
td.TdClassName
{
border-color: #FB4A8A;
}
.TagClassName
{
border-color: #FB4A8A;
}
</style>