Shades of French Rose #FF4983
Tints of French Rose #FF4983
RGB
CMYK
RGB Variations
Color information
#FF4983 (or 0xFF4983) is known color: French Rose. HEX triplet: FF, 49 and 83. RGB value is (255,73,131). Sum of RGB (Red+Green+Blue) = 255+73+131=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4983 is #00B67C. Grayscale: #858585. Windows color (decimal): -46717 or 8604159. OLE color: 8604159.
HSL color Cylindrical-coordinate representation of color #FF4983: hue angle of 340.88º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4983 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 131 | - |
| CMYK | 0 | 0.71 | 0.49 | 0 |
| HSL | 340.88º | 1% | 0.64% | - |
| HSV(B) | 340.88º | 0.71% | 1% | - |
| XYZ | 47.72 | 27.66 | 24.3 | - |
| YUV | 134.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 131 | 0 | 0.71 | 0.49 | 0 | 340.88 | 1 | 0.64 |
| Hex | FF | 49 | 83 | 0 | 47 | 31 | 0 | 155 | 64 | 40 |
| Octal | 377 | 111 | 203 | 0 | 107 | 61 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1001001 | 10000011 | 0 | 1000111 | 110001 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4983
Complementary color
Monochromatic Colors of #FF4983
Black with #FF4983
Text Example
Text Example
White with #FF4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4983; }
p { color: rgb(255,73,131); }
H1.HeaderClassName
{
color: #FF4983;
}
.AnyTagClassName
{
color: #FF4983;
}
</style>
background-color css
<style>
a { background-color: #FF4983; }
a { background-color: rgb(255,73,131); }
div.DivClassName
{
background-color: #FF4983;
}
.BgClassName
{
background-color: #FF4983;
}
</style>
border-color css
<style>
span { border-color: #FF4983; }
span { border-color: rgb(255,73,131); }
td.TdClassName
{
border-color: #FF4983;
}
.TagClassName
{
border-color: #FF4983;
}
</style>