Shades of Brilliant Rose #FF4CA3
Tints of Brilliant Rose #FF4CA3
RGB
CMYK
RGB Variations
Color information
#FF4CA3 (or 0xFF4CA3) is known color: Brilliant Rose. HEX triplet: FF, 4C and A3. RGB value is (255,76,163). Sum of RGB (Red+Green+Blue) = 255+76+163=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CA3 is #00B35C. Grayscale: #8B8B8B. Windows color (decimal): -45917 or 10702079. OLE color: 10702079.
HSL color Cylindrical-coordinate representation of color #FF4CA3: hue angle of 330.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 #FF4CA3 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 163 | - |
| CMYK | 0 | 0.70 | 0.36 | 0 |
| HSL | 330.84º | 1% | 0.65% | - |
| HSV(B) | 330.84º | 0.7% | 1% | - |
| XYZ | 50.44 | 29.07 | 37.6 | - |
| YUV | 139.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 163 | 0 | 0.70 | 0.36 | 0 | 330.84 | 1 | 0.65 |
| Hex | FF | 4C | A3 | 0 | 46 | 24 | 0 | 14B | 64 | 41 |
| Octal | 377 | 114 | 243 | 0 | 106 | 44 | 0 | 513 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10100011 | 0 | 1000110 | 100100 | 0 | 101001011 | 1100100 | 1000001 |
Color Harmonies of #FF4CA3
Complementary color
Monochromatic Colors of #FF4CA3
Black with #FF4CA3
Text Example
Text Example
White with #FF4CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CA3; }
p { color: rgb(255,76,163); }
H1.HeaderClassName
{
color: #FF4CA3;
}
.AnyTagClassName
{
color: #FF4CA3;
}
</style>
background-color css
<style>
a { background-color: #FF4CA3; }
a { background-color: rgb(255,76,163); }
div.DivClassName
{
background-color: #FF4CA3;
}
.BgClassName
{
background-color: #FF4CA3;
}
</style>
border-color css
<style>
span { border-color: #FF4CA3; }
span { border-color: rgb(255,76,163); }
td.TdClassName
{
border-color: #FF4CA3;
}
.TagClassName
{
border-color: #FF4CA3;
}
</style>