Shades of French Rose #FF4A83
Tints of French Rose #FF4A83
RGB
CMYK
RGB Variations
Color information
#FF4A83 (or 0xFF4A83) is known color: French Rose. HEX triplet: FF, 4A and 83. RGB value is (255,74,131). Sum of RGB (Red+Green+Blue) = 255+74+131=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4A83 is #00B57C. Grayscale: #868686. Windows color (decimal): -46461 or 8604415. OLE color: 8604415.
HSL color Cylindrical-coordinate representation of color #FF4A83: hue angle of 341.1º 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 #FF4A83 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 131 | - |
| CMYK | 0 | 0.71 | 0.49 | 0 |
| HSL | 341.11º | 1% | 0.65% | - |
| HSV(B) | 341.11º | 0.71% | 1% | - |
| XYZ | 47.79 | 27.8 | 24.32 | - |
| YUV | 134.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 131 | 0 | 0.71 | 0.49 | 0 | 341.11 | 1 | 0.65 |
| Hex | FF | 4A | 83 | 0 | 47 | 31 | 0 | 155 | 64 | 41 |
| Octal | 377 | 112 | 203 | 0 | 107 | 61 | 0 | 525 | 144 | 101 |
| Binary | 11111111 | 1001010 | 10000011 | 0 | 1000111 | 110001 | 0 | 101010101 | 1100100 | 1000001 |
Color Harmonies of #FF4A83
Complementary color
Monochromatic Colors of #FF4A83
Black with #FF4A83
Text Example
Text Example
White with #FF4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A83; }
p { color: rgb(255,74,131); }
H1.HeaderClassName
{
color: #FF4A83;
}
.AnyTagClassName
{
color: #FF4A83;
}
</style>
background-color css
<style>
a { background-color: #FF4A83; }
a { background-color: rgb(255,74,131); }
div.DivClassName
{
background-color: #FF4A83;
}
.BgClassName
{
background-color: #FF4A83;
}
</style>
border-color css
<style>
span { border-color: #FF4A83; }
span { border-color: rgb(255,74,131); }
td.TdClassName
{
border-color: #FF4A83;
}
.TagClassName
{
border-color: #FF4A83;
}
</style>