Shades of Brilliant Rose #FF4CAE
Tints of Brilliant Rose #FF4CAE
RGB
CMYK
RGB Variations
Color information
#FF4CAE (or 0xFF4CAE) is known color: Brilliant Rose. HEX triplet: FF, 4C and AE. RGB value is (255,76,174). Sum of RGB (Red+Green+Blue) = 255+76+174=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CAE is #00B351. Grayscale: #8C8C8C. Windows color (decimal): -45906 or 11422975. OLE color: 11422975.
HSL color Cylindrical-coordinate representation of color #FF4CAE: hue angle of 327.15º 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 #FF4CAE is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 174 | - |
| CMYK | 0 | 0.70 | 0.32 | 0 |
| HSL | 327.15º | 1% | 0.65% | - |
| HSV(B) | 327.15º | 0.7% | 1% | - |
| XYZ | 51.46 | 29.48 | 43.02 | - |
| YUV | 140.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 174 | 0 | 0.70 | 0.32 | 0 | 327.15 | 1 | 0.65 |
| Hex | FF | 4C | AE | 0 | 46 | 20 | 0 | 147 | 64 | 41 |
| Octal | 377 | 114 | 256 | 0 | 106 | 40 | 0 | 507 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10101110 | 0 | 1000110 | 100000 | 0 | 101000111 | 1100100 | 1000001 |
Color Harmonies of #FF4CAE
Complementary color
Monochromatic Colors of #FF4CAE
Black with #FF4CAE
Text Example
Text Example
White with #FF4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CAE; }
p { color: rgb(255,76,174); }
H1.HeaderClassName
{
color: #FF4CAE;
}
.AnyTagClassName
{
color: #FF4CAE;
}
</style>
background-color css
<style>
a { background-color: #FF4CAE; }
a { background-color: rgb(255,76,174); }
div.DivClassName
{
background-color: #FF4CAE;
}
.BgClassName
{
background-color: #FF4CAE;
}
</style>
border-color css
<style>
span { border-color: #FF4CAE; }
span { border-color: rgb(255,76,174); }
td.TdClassName
{
border-color: #FF4CAE;
}
.TagClassName
{
border-color: #FF4CAE;
}
</style>