Shades of French Rose #FF4A87
Tints of French Rose #FF4A87
RGB
CMYK
RGB Variations
Color information
#FF4A87 (or 0xFF4A87) is known color: French Rose. HEX triplet: FF, 4A and 87. RGB value is (255,74,135). Sum of RGB (Red+Green+Blue) = 255+74+135=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A87 is #00B578. Grayscale: #878787. Windows color (decimal): -46457 or 8866559. OLE color: 8866559.
HSL color Cylindrical-coordinate representation of color #FF4A87: hue angle of 339.78º 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 #FF4A87 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 135 | - |
| CMYK | 0 | 0.71 | 0.47 | 0 |
| HSL | 339.78º | 1% | 0.65% | - |
| HSV(B) | 339.78º | 0.71% | 1% | - |
| XYZ | 48.06 | 27.91 | 25.78 | - |
| YUV | 135.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 135 | 0 | 0.71 | 0.47 | 0 | 339.78 | 1 | 0.65 |
| Hex | FF | 4A | 87 | 0 | 47 | 2F | 0 | 154 | 64 | 41 |
| Octal | 377 | 112 | 207 | 0 | 107 | 57 | 0 | 524 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10000111 | 0 | 1000111 | 101111 | 0 | 101010100 | 1100100 | 1000001 |
Color Harmonies of #FF4A87
Complementary color
Monochromatic Colors of #FF4A87
Black with #FF4A87
Text Example
Text Example
White with #FF4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A87; }
p { color: rgb(255,74,135); }
H1.HeaderClassName
{
color: #FF4A87;
}
.AnyTagClassName
{
color: #FF4A87;
}
</style>
background-color css
<style>
a { background-color: #FF4A87; }
a { background-color: rgb(255,74,135); }
div.DivClassName
{
background-color: #FF4A87;
}
.BgClassName
{
background-color: #FF4A87;
}
</style>
border-color css
<style>
span { border-color: #FF4A87; }
span { border-color: rgb(255,74,135); }
td.TdClassName
{
border-color: #FF4A87;
}
.TagClassName
{
border-color: #FF4A87;
}
</style>