Shades of French Rose #FB4778
Tints of French Rose #FB4778
RGB
CMYK
RGB Variations
Color information
#FB4778 (or 0xFB4778) is known color: French Rose. HEX triplet: FB, 47 and 78. RGB value is (251,71,120). Sum of RGB (Red+Green+Blue) = 251+71+120=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4778 is #04B887. Grayscale: #828282. Windows color (decimal): -309384 or 7882747. OLE color: 7882747.
HSL color Cylindrical-coordinate representation of color #FB4778: hue angle of 343.67º 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 #FB4778 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 120 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.02 |
| HSL | 343.67º | 0.96% | 0.63% | - |
| HSV(B) | 343.67º | 0.72% | 0.98% | - |
| XYZ | 45.43 | 26.37 | 20.47 | - |
| YUV | 130.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 120 | 0 | 0.72 | 0.52 | 0.02 | 343.67 | 0.96 | 0.63 |
| Hex | FB | 47 | 78 | 0 | 48 | 34 | 2 | 158 | 60 | 3F |
| Octal | 373 | 107 | 170 | 0 | 110 | 64 | 2 | 530 | 140 | 77 |
| Binary | 11111011 | 1000111 | 1111000 | 0 | 1001000 | 110100 | 10 | 101011000 | 1100000 | 111111 |
Color Harmonies of #FB4778
Complementary color
Monochromatic Colors of #FB4778
Black with #FB4778
Text Example
Text Example
White with #FB4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4778; }
p { color: rgb(251,71,120); }
H1.HeaderClassName
{
color: #FB4778;
}
.AnyTagClassName
{
color: #FB4778;
}
</style>
background-color css
<style>
a { background-color: #FB4778; }
a { background-color: rgb(251,71,120); }
div.DivClassName
{
background-color: #FB4778;
}
.BgClassName
{
background-color: #FB4778;
}
</style>
border-color css
<style>
span { border-color: #FB4778; }
span { border-color: rgb(251,71,120); }
td.TdClassName
{
border-color: #FB4778;
}
.TagClassName
{
border-color: #FB4778;
}
</style>