Shades of French Rose #FF4A8C
Tints of French Rose #FF4A8C
RGB
CMYK
RGB Variations
Color information
#FF4A8C (or 0xFF4A8C) is known color: French Rose. HEX triplet: FF, 4A and 8C. RGB value is (255,74,140). Sum of RGB (Red+Green+Blue) = 255+74+140=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A8C is #00B573. Grayscale: #878787. Windows color (decimal): -46452 or 9194239. OLE color: 9194239.
HSL color Cylindrical-coordinate representation of color #FF4A8C: hue angle of 338.12º 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 #FF4A8C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 140 | - |
| CMYK | 0 | 0.71 | 0.45 | 0 |
| HSL | 338.12º | 1% | 0.65% | - |
| HSV(B) | 338.12º | 0.71% | 1% | - |
| XYZ | 48.42 | 28.05 | 27.67 | - |
| YUV | 135.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 140 | 0 | 0.71 | 0.45 | 0 | 338.12 | 1 | 0.65 |
| Hex | FF | 4A | 8C | 0 | 47 | 2D | 0 | 152 | 64 | 41 |
| Octal | 377 | 112 | 214 | 0 | 107 | 55 | 0 | 522 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10001100 | 0 | 1000111 | 101101 | 0 | 101010010 | 1100100 | 1000001 |
Color Harmonies of #FF4A8C
Complementary color
Monochromatic Colors of #FF4A8C
Black with #FF4A8C
Text Example
Text Example
White with #FF4A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A8C; }
p { color: rgb(255,74,140); }
H1.HeaderClassName
{
color: #FF4A8C;
}
.AnyTagClassName
{
color: #FF4A8C;
}
</style>
background-color css
<style>
a { background-color: #FF4A8C; }
a { background-color: rgb(255,74,140); }
div.DivClassName
{
background-color: #FF4A8C;
}
.BgClassName
{
background-color: #FF4A8C;
}
</style>
border-color css
<style>
span { border-color: #FF4A8C; }
span { border-color: rgb(255,74,140); }
td.TdClassName
{
border-color: #FF4A8C;
}
.TagClassName
{
border-color: #FF4A8C;
}
</style>