Shades of Brilliant Rose #FF4DA0
Tints of Brilliant Rose #FF4DA0
RGB
CMYK
RGB Variations
Color information
#FF4DA0 (or 0xFF4DA0) is known color: Brilliant Rose. HEX triplet: FF, 4D and A0. RGB value is (255,77,160). Sum of RGB (Red+Green+Blue) = 255+77+160=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DA0 is #00B25F. Grayscale: #8B8B8B. Windows color (decimal): -45664 or 10505727. OLE color: 10505727.
HSL color Cylindrical-coordinate representation of color #FF4DA0: hue angle of 332.02º 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 #FF4DA0 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 160 | - |
| CMYK | 0 | 0.70 | 0.37 | 0 |
| HSL | 332.02º | 1% | 0.65% | - |
| HSV(B) | 332.02º | 0.7% | 1% | - |
| XYZ | 50.24 | 29.11 | 36.23 | - |
| YUV | 139.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 160 | 0 | 0.70 | 0.37 | 0 | 332.02 | 1 | 0.65 |
| Hex | FF | 4D | A0 | 0 | 46 | 25 | 0 | 14C | 64 | 41 |
| Octal | 377 | 115 | 240 | 0 | 106 | 45 | 0 | 514 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10100000 | 0 | 1000110 | 100101 | 0 | 101001100 | 1100100 | 1000001 |
Color Harmonies of #FF4DA0
Complementary color
Monochromatic Colors of #FF4DA0
Black with #FF4DA0
Text Example
Text Example
White with #FF4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DA0; }
p { color: rgb(255,77,160); }
H1.HeaderClassName
{
color: #FF4DA0;
}
.AnyTagClassName
{
color: #FF4DA0;
}
</style>
background-color css
<style>
a { background-color: #FF4DA0; }
a { background-color: rgb(255,77,160); }
div.DivClassName
{
background-color: #FF4DA0;
}
.BgClassName
{
background-color: #FF4DA0;
}
</style>
border-color css
<style>
span { border-color: #FF4DA0; }
span { border-color: rgb(255,77,160); }
td.TdClassName
{
border-color: #FF4DA0;
}
.TagClassName
{
border-color: #FF4DA0;
}
</style>