Shades of Brilliant Rose #FF4DAD
Tints of Brilliant Rose #FF4DAD
RGB
CMYK
RGB Variations
Color information
#FF4DAD (or 0xFF4DAD) is known color: Brilliant Rose. HEX triplet: FF, 4D and AD. RGB value is (255,77,173). Sum of RGB (Red+Green+Blue) = 255+77+173=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DAD is #00B252. Grayscale: #8C8C8C. Windows color (decimal): -45651 or 11357695. OLE color: 11357695.
HSL color Cylindrical-coordinate representation of color #FF4DAD: hue angle of 327.64º 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 #FF4DAD is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 173 | - |
| CMYK | 0 | 0.70 | 0.32 | 0 |
| HSL | 327.64º | 1% | 0.65% | - |
| HSV(B) | 327.64º | 0.7% | 1% | - |
| XYZ | 51.44 | 29.58 | 42.53 | - |
| YUV | 141.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 173 | 0 | 0.70 | 0.32 | 0 | 327.64 | 1 | 0.65 |
| Hex | FF | 4D | AD | 0 | 46 | 20 | 0 | 148 | 64 | 41 |
| Octal | 377 | 115 | 255 | 0 | 106 | 40 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10101101 | 0 | 1000110 | 100000 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4DAD
Complementary color
Monochromatic Colors of #FF4DAD
Black with #FF4DAD
Text Example
Text Example
White with #FF4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DAD; }
p { color: rgb(255,77,173); }
H1.HeaderClassName
{
color: #FF4DAD;
}
.AnyTagClassName
{
color: #FF4DAD;
}
</style>
background-color css
<style>
a { background-color: #FF4DAD; }
a { background-color: rgb(255,77,173); }
div.DivClassName
{
background-color: #FF4DAD;
}
.BgClassName
{
background-color: #FF4DAD;
}
</style>
border-color css
<style>
span { border-color: #FF4DAD; }
span { border-color: rgb(255,77,173); }
td.TdClassName
{
border-color: #FF4DAD;
}
.TagClassName
{
border-color: #FF4DAD;
}
</style>