Shades of French Rose #FB4F90
Tints of French Rose #FB4F90
RGB
CMYK
RGB Variations
Color information
#FB4F90 (or 0xFB4F90) is known color: French Rose. HEX triplet: FB, 4F and 90. RGB value is (251,79,144). Sum of RGB (Red+Green+Blue) = 251+79+144=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4F90 is #04B06F. Grayscale: #898989. Windows color (decimal): -307312 or 9457659. OLE color: 9457659.
HSL color Cylindrical-coordinate representation of color #FB4F90: hue angle of 337.33º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4F90 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 79 | 144 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.02 |
| HSL | 337.33º | 0.96% | 0.65% | - |
| HSV(B) | 337.33º | 0.69% | 0.98% | - |
| XYZ | 47.61 | 28.11 | 29.3 | - |
| YUV | 137.84 | 131.48 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 79 | 144 | 0 | 0.69 | 0.43 | 0.02 | 337.33 | 0.96 | 0.65 |
| Hex | FB | 4F | 90 | 0 | 45 | 2B | 2 | 151 | 60 | 41 |
| Octal | 373 | 117 | 220 | 0 | 105 | 53 | 2 | 521 | 140 | 101 |
| Binary | 11111011 | 1001111 | 10010000 | 0 | 1000101 | 101011 | 10 | 101010001 | 1100000 | 1000001 |
Color Harmonies of #FB4F90
Complementary color
Monochromatic Colors of #FB4F90
Black with #FB4F90
Text Example
Text Example
White with #FB4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4F90; }
p { color: rgb(251,79,144); }
H1.HeaderClassName
{
color: #FB4F90;
}
.AnyTagClassName
{
color: #FB4F90;
}
</style>
background-color css
<style>
a { background-color: #FB4F90; }
a { background-color: rgb(251,79,144); }
div.DivClassName
{
background-color: #FB4F90;
}
.BgClassName
{
background-color: #FB4F90;
}
</style>
border-color css
<style>
span { border-color: #FB4F90; }
span { border-color: rgb(251,79,144); }
td.TdClassName
{
border-color: #FB4F90;
}
.TagClassName
{
border-color: #FB4F90;
}
</style>