Shades of French Rose #FB4E7F
Tints of French Rose #FB4E7F
RGB
CMYK
RGB Variations
Color information
#FB4E7F (or 0xFB4E7F) is known color: French Rose. HEX triplet: FB, 4E and 7F. RGB value is (251,78,127). Sum of RGB (Red+Green+Blue) = 251+78+127=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4E7F is #04B180. Grayscale: #878787. Windows color (decimal): -307585 or 8343291. OLE color: 8343291.
HSL color Cylindrical-coordinate representation of color #FB4E7F: hue angle of 343.01º 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 #FB4E7F is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 127 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.02 |
| HSL | 343.01º | 0.96% | 0.65% | - |
| HSV(B) | 343.01º | 0.69% | 0.98% | - |
| XYZ | 46.34 | 27.49 | 22.94 | - |
| YUV | 135.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 127 | 0 | 0.69 | 0.49 | 0.02 | 343.01 | 0.96 | 0.65 |
| Hex | FB | 4E | 7F | 0 | 45 | 31 | 2 | 157 | 60 | 41 |
| Octal | 373 | 116 | 177 | 0 | 105 | 61 | 2 | 527 | 140 | 101 |
| Binary | 11111011 | 1001110 | 1111111 | 0 | 1000101 | 110001 | 10 | 101010111 | 1100000 | 1000001 |
Color Harmonies of #FB4E7F
Complementary color
Monochromatic Colors of #FB4E7F
Black with #FB4E7F
Text Example
Text Example
White with #FB4E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E7F; }
p { color: rgb(251,78,127); }
H1.HeaderClassName
{
color: #FB4E7F;
}
.AnyTagClassName
{
color: #FB4E7F;
}
</style>
background-color css
<style>
a { background-color: #FB4E7F; }
a { background-color: rgb(251,78,127); }
div.DivClassName
{
background-color: #FB4E7F;
}
.BgClassName
{
background-color: #FB4E7F;
}
</style>
border-color css
<style>
span { border-color: #FB4E7F; }
span { border-color: rgb(251,78,127); }
td.TdClassName
{
border-color: #FB4E7F;
}
.TagClassName
{
border-color: #FB4E7F;
}
</style>