Shades of French Rose #FF4A7C
Tints of French Rose #FF4A7C
RGB
CMYK
RGB Variations
Color information
#FF4A7C (or 0xFF4A7C) is known color: French Rose. HEX triplet: FF, 4A and 7C. RGB value is (255,74,124). Sum of RGB (Red+Green+Blue) = 255+74+124=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A7C is #00B583. Grayscale: #858585. Windows color (decimal): -46468 or 8145663. OLE color: 8145663.
HSL color Cylindrical-coordinate representation of color #FF4A7C: hue angle of 343.43º 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 #FF4A7C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 124 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 343.43º | 1% | 0.65% | - |
| HSV(B) | 343.43º | 0.71% | 1% | - |
| XYZ | 47.33 | 27.61 | 21.9 | - |
| YUV | 133.82 | 122.47 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 124 | 0 | 0.71 | 0.51 | 0 | 343.43 | 1 | 0.65 |
| Hex | FF | 4A | 7C | 0 | 47 | 33 | 0 | 157 | 64 | 41 |
| Octal | 377 | 112 | 174 | 0 | 107 | 63 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1111100 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4A7C
Complementary color
Monochromatic Colors of #FF4A7C
Black with #FF4A7C
Text Example
Text Example
White with #FF4A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A7C; }
p { color: rgb(255,74,124); }
H1.HeaderClassName
{
color: #FF4A7C;
}
.AnyTagClassName
{
color: #FF4A7C;
}
</style>
background-color css
<style>
a { background-color: #FF4A7C; }
a { background-color: rgb(255,74,124); }
div.DivClassName
{
background-color: #FF4A7C;
}
.BgClassName
{
background-color: #FF4A7C;
}
</style>
border-color css
<style>
span { border-color: #FF4A7C; }
span { border-color: rgb(255,74,124); }
td.TdClassName
{
border-color: #FF4A7C;
}
.TagClassName
{
border-color: #FF4A7C;
}
</style>