Shades of Brilliant Rose #FF4CA0
Tints of Brilliant Rose #FF4CA0
RGB
CMYK
RGB Variations
Color information
#FF4CA0 (or 0xFF4CA0) is known color: Brilliant Rose. HEX triplet: FF, 4C and A0. RGB value is (255,76,160). Sum of RGB (Red+Green+Blue) = 255+76+160=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CA0 is #00B35F. Grayscale: #8A8A8A. Windows color (decimal): -45920 or 10505471. OLE color: 10505471.
HSL color Cylindrical-coordinate representation of color #FF4CA0: hue angle of 331.84º 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 #FF4CA0 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 160 | - |
| CMYK | 0 | 0.70 | 0.37 | 0 |
| HSL | 331.84º | 1% | 0.65% | - |
| HSV(B) | 331.84º | 0.7% | 1% | - |
| XYZ | 50.17 | 28.97 | 36.2 | - |
| YUV | 139.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 160 | 0 | 0.70 | 0.37 | 0 | 331.84 | 1 | 0.65 |
| Hex | FF | 4C | A0 | 0 | 46 | 25 | 0 | 14C | 64 | 41 |
| Octal | 377 | 114 | 240 | 0 | 106 | 45 | 0 | 514 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10100000 | 0 | 1000110 | 100101 | 0 | 101001100 | 1100100 | 1000001 |
Color Harmonies of #FF4CA0
Complementary color
Monochromatic Colors of #FF4CA0
Black with #FF4CA0
Text Example
Text Example
White with #FF4CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CA0; }
p { color: rgb(255,76,160); }
H1.HeaderClassName
{
color: #FF4CA0;
}
.AnyTagClassName
{
color: #FF4CA0;
}
</style>
background-color css
<style>
a { background-color: #FF4CA0; }
a { background-color: rgb(255,76,160); }
div.DivClassName
{
background-color: #FF4CA0;
}
.BgClassName
{
background-color: #FF4CA0;
}
</style>
border-color css
<style>
span { border-color: #FF4CA0; }
span { border-color: rgb(255,76,160); }
td.TdClassName
{
border-color: #FF4CA0;
}
.TagClassName
{
border-color: #FF4CA0;
}
</style>