Shades of Brilliant Rose #FF4DA3
Tints of Brilliant Rose #FF4DA3
RGB
CMYK
RGB Variations
Color information
#FF4DA3 (or 0xFF4DA3) is known color: Brilliant Rose. HEX triplet: FF, 4D and A3. RGB value is (255,77,163). Sum of RGB (Red+Green+Blue) = 255+77+163=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF4DA3 is #00B25C. Grayscale: #8B8B8B. Windows color (decimal): -45661 or 10702335. OLE color: 10702335.
HSL color Cylindrical-coordinate representation of color #FF4DA3: hue angle of 331.01º 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 #FF4DA3 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 163 | - |
| CMYK | 0 | 0.70 | 0.36 | 0 |
| HSL | 331.01º | 1% | 0.65% | - |
| HSV(B) | 331.01º | 0.7% | 1% | - |
| XYZ | 50.5 | 29.21 | 37.63 | - |
| YUV | 140.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 163 | 0 | 0.70 | 0.36 | 0 | 331.01 | 1 | 0.65 |
| Hex | FF | 4D | A3 | 0 | 46 | 24 | 0 | 14B | 64 | 41 |
| Octal | 377 | 115 | 243 | 0 | 106 | 44 | 0 | 513 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10100011 | 0 | 1000110 | 100100 | 0 | 101001011 | 1100100 | 1000001 |
Color Harmonies of #FF4DA3
Complementary color
Monochromatic Colors of #FF4DA3
Black with #FF4DA3
Text Example
Text Example
White with #FF4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DA3; }
p { color: rgb(255,77,163); }
H1.HeaderClassName
{
color: #FF4DA3;
}
.AnyTagClassName
{
color: #FF4DA3;
}
</style>
background-color css
<style>
a { background-color: #FF4DA3; }
a { background-color: rgb(255,77,163); }
div.DivClassName
{
background-color: #FF4DA3;
}
.BgClassName
{
background-color: #FF4DA3;
}
</style>
border-color css
<style>
span { border-color: #FF4DA3; }
span { border-color: rgb(255,77,163); }
td.TdClassName
{
border-color: #FF4DA3;
}
.TagClassName
{
border-color: #FF4DA3;
}
</style>