Shades of Brilliant Rose #FF4DA2
Tints of Brilliant Rose #FF4DA2
RGB
CMYK
RGB Variations
Color information
#FF4DA2 (or 0xFF4DA2) is known color: Brilliant Rose. HEX triplet: FF, 4D and A2. RGB value is (255,77,162). Sum of RGB (Red+Green+Blue) = 255+77+162=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 162 (63.67% from 255 or 32.79% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DA2 is #00B25D. Grayscale: #8B8B8B. Windows color (decimal): -45662 or 10636799. OLE color: 10636799.
HSL color Cylindrical-coordinate representation of color #FF4DA2: hue angle of 331.35º 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 #FF4DA2 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 162 | - |
| CMYK | 0 | 0.70 | 0.36 | 0 |
| HSL | 331.35º | 1% | 0.65% | - |
| HSV(B) | 331.35º | 0.7% | 1% | - |
| XYZ | 50.42 | 29.18 | 37.16 | - |
| YUV | 139.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 162 | 0 | 0.70 | 0.36 | 0 | 331.35 | 1 | 0.65 |
| Hex | FF | 4D | A2 | 0 | 46 | 24 | 0 | 14B | 64 | 41 |
| Octal | 377 | 115 | 242 | 0 | 106 | 44 | 0 | 513 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10100010 | 0 | 1000110 | 100100 | 0 | 101001011 | 1100100 | 1000001 |
Color Harmonies of #FF4DA2
Complementary color
Monochromatic Colors of #FF4DA2
Black with #FF4DA2
Text Example
Text Example
White with #FF4DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DA2; }
p { color: rgb(255,77,162); }
H1.HeaderClassName
{
color: #FF4DA2;
}
.AnyTagClassName
{
color: #FF4DA2;
}
</style>
background-color css
<style>
a { background-color: #FF4DA2; }
a { background-color: rgb(255,77,162); }
div.DivClassName
{
background-color: #FF4DA2;
}
.BgClassName
{
background-color: #FF4DA2;
}
</style>
border-color css
<style>
span { border-color: #FF4DA2; }
span { border-color: rgb(255,77,162); }
td.TdClassName
{
border-color: #FF4DA2;
}
.TagClassName
{
border-color: #FF4DA2;
}
</style>