Shades of French Rose #FB4C8C
Tints of French Rose #FB4C8C
RGB
CMYK
RGB Variations
Color information
#FB4C8C (or 0xFB4C8C) is known color: French Rose. HEX triplet: FB, 4C and 8C. RGB value is (251,76,140). Sum of RGB (Red+Green+Blue) = 251+76+140=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4C8C is #04B373. Grayscale: #878787. Windows color (decimal): -308084 or 9194747. OLE color: 9194747.
HSL color Cylindrical-coordinate representation of color #FB4C8C: hue angle of 338.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C8C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 140 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.02 |
| HSL | 338.06º | 0.96% | 0.64% | - |
| HSV(B) | 338.06º | 0.7% | 0.98% | - |
| XYZ | 47.1 | 27.57 | 27.65 | - |
| YUV | 135.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 140 | 0 | 0.70 | 0.44 | 0.02 | 338.06 | 0.96 | 0.64 |
| Hex | FB | 4C | 8C | 0 | 46 | 2C | 2 | 152 | 60 | 40 |
| Octal | 373 | 114 | 214 | 0 | 106 | 54 | 2 | 522 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10001100 | 0 | 1000110 | 101100 | 10 | 101010010 | 1100000 | 1000000 |
Color Harmonies of #FB4C8C
Complementary color
Monochromatic Colors of #FB4C8C
Black with #FB4C8C
Text Example
Text Example
White with #FB4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C8C; }
p { color: rgb(251,76,140); }
H1.HeaderClassName
{
color: #FB4C8C;
}
.AnyTagClassName
{
color: #FB4C8C;
}
</style>
background-color css
<style>
a { background-color: #FB4C8C; }
a { background-color: rgb(251,76,140); }
div.DivClassName
{
background-color: #FB4C8C;
}
.BgClassName
{
background-color: #FB4C8C;
}
</style>
border-color css
<style>
span { border-color: #FB4C8C; }
span { border-color: rgb(251,76,140); }
td.TdClassName
{
border-color: #FB4C8C;
}
.TagClassName
{
border-color: #FB4C8C;
}
</style>