Shades of French Rose #FB4779
Tints of French Rose #FB4779
RGB
CMYK
RGB Variations
Color information
#FB4779 (or 0xFB4779) is known color: French Rose. HEX triplet: FB, 47 and 79. RGB value is (251,71,121). Sum of RGB (Red+Green+Blue) = 251+71+121=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4779 is #04B886. Grayscale: #828282. Windows color (decimal): -309383 or 7948283. OLE color: 7948283.
HSL color Cylindrical-coordinate representation of color #FB4779: hue angle of 343.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4779 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 121 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.02 |
| HSL | 343.33º | 0.96% | 0.63% | - |
| HSV(B) | 343.33º | 0.72% | 0.98% | - |
| XYZ | 45.49 | 26.4 | 20.79 | - |
| YUV | 130.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 121 | 0 | 0.72 | 0.52 | 0.02 | 343.33 | 0.96 | 0.63 |
| Hex | FB | 47 | 79 | 0 | 48 | 34 | 2 | 157 | 60 | 3F |
| Octal | 373 | 107 | 171 | 0 | 110 | 64 | 2 | 527 | 140 | 77 |
| Binary | 11111011 | 1000111 | 1111001 | 0 | 1001000 | 110100 | 10 | 101010111 | 1100000 | 111111 |
Color Harmonies of #FB4779
Complementary color
Monochromatic Colors of #FB4779
Black with #FB4779
Text Example
Text Example
White with #FB4779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4779; }
p { color: rgb(251,71,121); }
H1.HeaderClassName
{
color: #FB4779;
}
.AnyTagClassName
{
color: #FB4779;
}
</style>
background-color css
<style>
a { background-color: #FB4779; }
a { background-color: rgb(251,71,121); }
div.DivClassName
{
background-color: #FB4779;
}
.BgClassName
{
background-color: #FB4779;
}
</style>
border-color css
<style>
span { border-color: #FB4779; }
span { border-color: rgb(251,71,121); }
td.TdClassName
{
border-color: #FB4779;
}
.TagClassName
{
border-color: #FB4779;
}
</style>