Shades of French Rose #FF4A8D
Tints of French Rose #FF4A8D
RGB
CMYK
RGB Variations
Color information
#FF4A8D (or 0xFF4A8D) is known color: French Rose. HEX triplet: FF, 4A and 8D. RGB value is (255,74,141). Sum of RGB (Red+Green+Blue) = 255+74+141=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A8D is #00B572. Grayscale: #878787. Windows color (decimal): -46451 or 9259775. OLE color: 9259775.
HSL color Cylindrical-coordinate representation of color #FF4A8D: hue angle of 337.79º 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 #FF4A8D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 141 | - |
| CMYK | 0 | 0.71 | 0.45 | 0 |
| HSL | 337.79º | 1% | 0.65% | - |
| HSV(B) | 337.79º | 0.71% | 1% | - |
| XYZ | 48.5 | 28.08 | 28.06 | - |
| YUV | 135.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 141 | 0 | 0.71 | 0.45 | 0 | 337.79 | 1 | 0.65 |
| Hex | FF | 4A | 8D | 0 | 47 | 2D | 0 | 152 | 64 | 41 |
| Octal | 377 | 112 | 215 | 0 | 107 | 55 | 0 | 522 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10001101 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100100 | 1000001 |
Color Harmonies of #FF4A8D
Complementary color
Monochromatic Colors of #FF4A8D
Black with #FF4A8D
Text Example
Text Example
White with #FF4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A8D; }
p { color: rgb(255,74,141); }
H1.HeaderClassName
{
color: #FF4A8D;
}
.AnyTagClassName
{
color: #FF4A8D;
}
</style>
background-color css
<style>
a { background-color: #FF4A8D; }
a { background-color: rgb(255,74,141); }
div.DivClassName
{
background-color: #FF4A8D;
}
.BgClassName
{
background-color: #FF4A8D;
}
</style>
border-color css
<style>
span { border-color: #FF4A8D; }
span { border-color: rgb(255,74,141); }
td.TdClassName
{
border-color: #FF4A8D;
}
.TagClassName
{
border-color: #FF4A8D;
}
</style>