Shades of Brilliant Rose #FF4CA6
Tints of Brilliant Rose #FF4CA6
RGB
CMYK
RGB Variations
Color information
#FF4CA6 (or 0xFF4CA6) is known color: Brilliant Rose. HEX triplet: FF, 4C and A6. RGB value is (255,76,166). Sum of RGB (Red+Green+Blue) = 255+76+166=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CA6 is #00B359. Grayscale: #8B8B8B. Windows color (decimal): -45914 or 10898687. OLE color: 10898687.
HSL color Cylindrical-coordinate representation of color #FF4CA6: hue angle of 329.83º 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 #FF4CA6 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 166 | - |
| CMYK | 0 | 0.70 | 0.35 | 0 |
| HSL | 329.83º | 1% | 0.65% | - |
| HSV(B) | 329.83º | 0.7% | 1% | - |
| XYZ | 50.71 | 29.18 | 39.04 | - |
| YUV | 139.78 | 142.8 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 166 | 0 | 0.70 | 0.35 | 0 | 329.83 | 1 | 0.65 |
| Hex | FF | 4C | A6 | 0 | 46 | 23 | 0 | 14A | 64 | 41 |
| Octal | 377 | 114 | 246 | 0 | 106 | 43 | 0 | 512 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10100110 | 0 | 1000110 | 100011 | 0 | 101001010 | 1100100 | 1000001 |
Color Harmonies of #FF4CA6
Complementary color
Monochromatic Colors of #FF4CA6
Black with #FF4CA6
Text Example
Text Example
White with #FF4CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CA6; }
p { color: rgb(255,76,166); }
H1.HeaderClassName
{
color: #FF4CA6;
}
.AnyTagClassName
{
color: #FF4CA6;
}
</style>
background-color css
<style>
a { background-color: #FF4CA6; }
a { background-color: rgb(255,76,166); }
div.DivClassName
{
background-color: #FF4CA6;
}
.BgClassName
{
background-color: #FF4CA6;
}
</style>
border-color css
<style>
span { border-color: #FF4CA6; }
span { border-color: rgb(255,76,166); }
td.TdClassName
{
border-color: #FF4CA6;
}
.TagClassName
{
border-color: #FF4CA6;
}
</style>