Shades of French Rose #FF4A86
Tints of French Rose #FF4A86
RGB
CMYK
RGB Variations
Color information
#FF4A86 (or 0xFF4A86) is known color: French Rose. HEX triplet: FF, 4A and 86. RGB value is (255,74,134). Sum of RGB (Red+Green+Blue) = 255+74+134=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A86 is #00B579. Grayscale: #868686. Windows color (decimal): -46458 or 8801023. OLE color: 8801023.
HSL color Cylindrical-coordinate representation of color #FF4A86: hue angle of 340.11º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A86 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 134 | - |
| CMYK | 0 | 0.71 | 0.47 | 0 |
| HSL | 340.11º | 1% | 0.65% | - |
| HSV(B) | 340.11º | 0.71% | 1% | - |
| XYZ | 47.99 | 27.88 | 25.41 | - |
| YUV | 134.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 134 | 0 | 0.71 | 0.47 | 0 | 340.11 | 1 | 0.65 |
| Hex | FF | 4A | 86 | 0 | 47 | 2F | 0 | 154 | 64 | 41 |
| Octal | 377 | 112 | 206 | 0 | 107 | 57 | 0 | 524 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10000110 | 0 | 1000111 | 101111 | 0 | 101010100 | 1100100 | 1000001 |
Color Harmonies of #FF4A86
Complementary color
Monochromatic Colors of #FF4A86
Black with #FF4A86
Text Example
Text Example
White with #FF4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A86; }
p { color: rgb(255,74,134); }
H1.HeaderClassName
{
color: #FF4A86;
}
.AnyTagClassName
{
color: #FF4A86;
}
</style>
background-color css
<style>
a { background-color: #FF4A86; }
a { background-color: rgb(255,74,134); }
div.DivClassName
{
background-color: #FF4A86;
}
.BgClassName
{
background-color: #FF4A86;
}
</style>
border-color css
<style>
span { border-color: #FF4A86; }
span { border-color: rgb(255,74,134); }
td.TdClassName
{
border-color: #FF4A86;
}
.TagClassName
{
border-color: #FF4A86;
}
</style>