Shades of Brilliant Rose #FF4DAC
Tints of Brilliant Rose #FF4DAC
RGB
CMYK
RGB Variations
Color information
#FF4DAC (or 0xFF4DAC) is known color: Brilliant Rose. HEX triplet: FF, 4D and AC. RGB value is (255,77,172). Sum of RGB (Red+Green+Blue) = 255+77+172=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DAC is #00B253. Grayscale: #8C8C8C. Windows color (decimal): -45652 or 11292159. OLE color: 11292159.
HSL color Cylindrical-coordinate representation of color #FF4DAC: hue angle of 327.98º 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 #FF4DAC is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 172 | - |
| CMYK | 0 | 0.70 | 0.33 | 0 |
| HSL | 327.98º | 1% | 0.65% | - |
| HSV(B) | 327.98º | 0.7% | 1% | - |
| XYZ | 51.34 | 29.55 | 42.03 | - |
| YUV | 141.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 172 | 0 | 0.70 | 0.33 | 0 | 327.98 | 1 | 0.65 |
| Hex | FF | 4D | AC | 0 | 46 | 21 | 0 | 148 | 64 | 41 |
| Octal | 377 | 115 | 254 | 0 | 106 | 41 | 0 | 510 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10101100 | 0 | 1000110 | 100001 | 0 | 101001000 | 1100100 | 1000001 |
Color Harmonies of #FF4DAC
Complementary color
Monochromatic Colors of #FF4DAC
Black with #FF4DAC
Text Example
Text Example
White with #FF4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DAC; }
p { color: rgb(255,77,172); }
H1.HeaderClassName
{
color: #FF4DAC;
}
.AnyTagClassName
{
color: #FF4DAC;
}
</style>
background-color css
<style>
a { background-color: #FF4DAC; }
a { background-color: rgb(255,77,172); }
div.DivClassName
{
background-color: #FF4DAC;
}
.BgClassName
{
background-color: #FF4DAC;
}
</style>
border-color css
<style>
span { border-color: #FF4DAC; }
span { border-color: rgb(255,77,172); }
td.TdClassName
{
border-color: #FF4DAC;
}
.TagClassName
{
border-color: #FF4DAC;
}
</style>