Shades of French Rose #FB4D92
Tints of French Rose #FB4D92
RGB
CMYK
RGB Variations
Color information
#FB4D92 (or 0xFB4D92) is known color: French Rose. HEX triplet: FB, 4D and 92. RGB value is (251,77,146). Sum of RGB (Red+Green+Blue) = 251+77+146=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D92 is #04B26D. Grayscale: #888888. Windows color (decimal): -307822 or 9588219. OLE color: 9588219.
HSL color Cylindrical-coordinate representation of color #FB4D92: hue angle of 336.21º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4D92 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 146 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.02 |
| HSL | 336.21º | 0.96% | 0.64% | - |
| HSV(B) | 336.21º | 0.69% | 0.98% | - |
| XYZ | 47.63 | 27.89 | 30.07 | - |
| YUV | 136.89 | 133.15 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 146 | 0 | 0.69 | 0.42 | 0.02 | 336.21 | 0.96 | 0.64 |
| Hex | FB | 4D | 92 | 0 | 45 | 2A | 2 | 150 | 60 | 40 |
| Octal | 373 | 115 | 222 | 0 | 105 | 52 | 2 | 520 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10010010 | 0 | 1000101 | 101010 | 10 | 101010000 | 1100000 | 1000000 |
Color Harmonies of #FB4D92
Complementary color
Monochromatic Colors of #FB4D92
Black with #FB4D92
Text Example
Text Example
White with #FB4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D92; }
p { color: rgb(251,77,146); }
H1.HeaderClassName
{
color: #FB4D92;
}
.AnyTagClassName
{
color: #FB4D92;
}
</style>
background-color css
<style>
a { background-color: #FB4D92; }
a { background-color: rgb(251,77,146); }
div.DivClassName
{
background-color: #FB4D92;
}
.BgClassName
{
background-color: #FB4D92;
}
</style>
border-color css
<style>
span { border-color: #FB4D92; }
span { border-color: rgb(251,77,146); }
td.TdClassName
{
border-color: #FB4D92;
}
.TagClassName
{
border-color: #FB4D92;
}
</style>