Shades of French Rose #FF4D92
Tints of French Rose #FF4D92
RGB
CMYK
RGB Variations
Color information
#FF4D92 (or 0xFF4D92) is known color: French Rose. HEX triplet: FF, 4D and 92. RGB value is (255,77,146). Sum of RGB (Red+Green+Blue) = 255+77+146=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4D92 is #00B26D. Grayscale: #898989. Windows color (decimal): -45678 or 9588223. OLE color: 9588223.
HSL color Cylindrical-coordinate representation of color #FF4D92: hue angle of 336.74º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4D92 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 146 | - |
| CMYK | 0 | 0.70 | 0.43 | 0 |
| HSL | 336.74º | 1% | 0.65% | - |
| HSV(B) | 336.74º | 0.7% | 1% | - |
| XYZ | 49.08 | 28.64 | 30.14 | - |
| YUV | 138.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 146 | 0 | 0.70 | 0.43 | 0 | 336.74 | 1 | 0.65 |
| Hex | FF | 4D | 92 | 0 | 46 | 2B | 0 | 151 | 64 | 41 |
| Octal | 377 | 115 | 222 | 0 | 106 | 53 | 0 | 521 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10010010 | 0 | 1000110 | 101011 | 0 | 101010001 | 1100100 | 1000001 |
Color Harmonies of #FF4D92
Complementary color
Monochromatic Colors of #FF4D92
Black with #FF4D92
Text Example
Text Example
White with #FF4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D92; }
p { color: rgb(255,77,146); }
H1.HeaderClassName
{
color: #FF4D92;
}
.AnyTagClassName
{
color: #FF4D92;
}
</style>
background-color css
<style>
a { background-color: #FF4D92; }
a { background-color: rgb(255,77,146); }
div.DivClassName
{
background-color: #FF4D92;
}
.BgClassName
{
background-color: #FF4D92;
}
</style>
border-color css
<style>
span { border-color: #FF4D92; }
span { border-color: rgb(255,77,146); }
td.TdClassName
{
border-color: #FF4D92;
}
.TagClassName
{
border-color: #FF4D92;
}
</style>