Shades of French Rose #FF4A85
Tints of French Rose #FF4A85
RGB
CMYK
RGB Variations
Color information
#FF4A85 (or 0xFF4A85) is known color: French Rose. HEX triplet: FF, 4A and 85. RGB value is (255,74,133). Sum of RGB (Red+Green+Blue) = 255+74+133=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A85 is #00B57A. Grayscale: #868686. Windows color (decimal): -46459 or 8735487. OLE color: 8735487.
HSL color Cylindrical-coordinate representation of color #FF4A85: hue angle of 340.44º 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 #FF4A85 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 133 | - |
| CMYK | 0 | 0.71 | 0.48 | 0 |
| HSL | 340.44º | 1% | 0.65% | - |
| HSV(B) | 340.44º | 0.71% | 1% | - |
| XYZ | 47.92 | 27.85 | 25.04 | - |
| YUV | 134.85 | 126.97 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 133 | 0 | 0.71 | 0.48 | 0 | 340.44 | 1 | 0.65 |
| Hex | FF | 4A | 85 | 0 | 47 | 30 | 0 | 154 | 64 | 41 |
| Octal | 377 | 112 | 205 | 0 | 107 | 60 | 0 | 524 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10000101 | 0 | 1000111 | 110000 | 0 | 101010100 | 1100100 | 1000001 |
Color Harmonies of #FF4A85
Complementary color
Monochromatic Colors of #FF4A85
Black with #FF4A85
Text Example
Text Example
White with #FF4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A85; }
p { color: rgb(255,74,133); }
H1.HeaderClassName
{
color: #FF4A85;
}
.AnyTagClassName
{
color: #FF4A85;
}
</style>
background-color css
<style>
a { background-color: #FF4A85; }
a { background-color: rgb(255,74,133); }
div.DivClassName
{
background-color: #FF4A85;
}
.BgClassName
{
background-color: #FF4A85;
}
</style>
border-color css
<style>
span { border-color: #FF4A85; }
span { border-color: rgb(255,74,133); }
td.TdClassName
{
border-color: #FF4A85;
}
.TagClassName
{
border-color: #FF4A85;
}
</style>