Shades of French Rose #FF4F86
Tints of French Rose #FF4F86
RGB
CMYK
RGB Variations
Color information
#FF4F86 (or 0xFF4F86) is known color: French Rose. HEX triplet: FF, 4F and 86. RGB value is (255,79,134). Sum of RGB (Red+Green+Blue) = 255+79+134=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4F86 is #00B079. Grayscale: #898989. Windows color (decimal): -45178 or 8802303. OLE color: 8802303.
HSL color Cylindrical-coordinate representation of color #FF4F86: hue angle of 341.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F86 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 134 | - |
| CMYK | 0 | 0.69 | 0.47 | 0 |
| HSL | 341.25º | 1% | 0.65% | - |
| HSV(B) | 341.25º | 0.69% | 1% | - |
| XYZ | 48.34 | 28.57 | 25.52 | - |
| YUV | 137.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 134 | 0 | 0.69 | 0.47 | 0 | 341.25 | 1 | 0.65 |
| Hex | FF | 4F | 86 | 0 | 45 | 2F | 0 | 155 | 64 | 41 |
| Octal | 377 | 117 | 206 | 0 | 105 | 57 | 0 | 525 | 144 | 101 |
| Binary | 11111111 | 1001111 | 10000110 | 0 | 1000101 | 101111 | 0 | 101010101 | 1100100 | 1000001 |
Color Harmonies of #FF4F86
Complementary color
Monochromatic Colors of #FF4F86
Black with #FF4F86
Text Example
Text Example
White with #FF4F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F86; }
p { color: rgb(255,79,134); }
H1.HeaderClassName
{
color: #FF4F86;
}
.AnyTagClassName
{
color: #FF4F86;
}
</style>
background-color css
<style>
a { background-color: #FF4F86; }
a { background-color: rgb(255,79,134); }
div.DivClassName
{
background-color: #FF4F86;
}
.BgClassName
{
background-color: #FF4F86;
}
</style>
border-color css
<style>
span { border-color: #FF4F86; }
span { border-color: rgb(255,79,134); }
td.TdClassName
{
border-color: #FF4F86;
}
.TagClassName
{
border-color: #FF4F86;
}
</style>