Shades of French Rose #FF4A7E
Tints of French Rose #FF4A7E
RGB
CMYK
RGB Variations
Color information
#FF4A7E (or 0xFF4A7E) is known color: French Rose. HEX triplet: FF, 4A and 7E. RGB value is (255,74,126). Sum of RGB (Red+Green+Blue) = 255+74+126=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A7E is #00B581. Grayscale: #868686. Windows color (decimal): -46466 or 8276735. OLE color: 8276735.
HSL color Cylindrical-coordinate representation of color #FF4A7E: hue angle of 342.76º 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 #FF4A7E is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 126 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 342.76º | 1% | 0.65% | - |
| HSV(B) | 342.76º | 0.71% | 1% | - |
| XYZ | 47.45 | 27.66 | 22.58 | - |
| YUV | 134.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 126 | 0 | 0.71 | 0.51 | 0 | 342.76 | 1 | 0.65 |
| Hex | FF | 4A | 7E | 0 | 47 | 33 | 0 | 157 | 64 | 41 |
| Octal | 377 | 112 | 176 | 0 | 107 | 63 | 0 | 527 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1111110 | 0 | 1000111 | 110011 | 0 | 101010111 | 1100100 | 1000001 |
Color Harmonies of #FF4A7E
Complementary color
Monochromatic Colors of #FF4A7E
Black with #FF4A7E
Text Example
Text Example
White with #FF4A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A7E; }
p { color: rgb(255,74,126); }
H1.HeaderClassName
{
color: #FF4A7E;
}
.AnyTagClassName
{
color: #FF4A7E;
}
</style>
background-color css
<style>
a { background-color: #FF4A7E; }
a { background-color: rgb(255,74,126); }
div.DivClassName
{
background-color: #FF4A7E;
}
.BgClassName
{
background-color: #FF4A7E;
}
</style>
border-color css
<style>
span { border-color: #FF4A7E; }
span { border-color: rgb(255,74,126); }
td.TdClassName
{
border-color: #FF4A7E;
}
.TagClassName
{
border-color: #FF4A7E;
}
</style>