Shades of Brilliant Rose #FF5CAE
Tints of Brilliant Rose #FF5CAE
RGB
CMYK
RGB Variations
Color information
#FF5CAE (or 0xFF5CAE) is known color: Brilliant Rose. HEX triplet: FF, 5C and AE. RGB value is (255,92,174). Sum of RGB (Red+Green+Blue) = 255+92+174=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5CAE is #00A351. Grayscale: #959595. Windows color (decimal): -41810 or 11427071. OLE color: 11427071.
HSL color Cylindrical-coordinate representation of color #FF5CAE: hue angle of 329.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CAE is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 174 | - |
| CMYK | 0 | 0.64 | 0.32 | 0 |
| HSL | 329.82º | 1% | 0.68% | - |
| HSV(B) | 329.82º | 0.64% | 1% | - |
| XYZ | 52.71 | 31.97 | 43.44 | - |
| YUV | 150.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 174 | 0 | 0.64 | 0.32 | 0 | 329.82 | 1 | 0.68 |
| Hex | FF | 5C | AE | 0 | 40 | 20 | 0 | 14A | 64 | 44 |
| Octal | 377 | 134 | 256 | 0 | 100 | 40 | 0 | 512 | 144 | 104 |
| Binary | 11111111 | 1011100 | 10101110 | 0 | 1000000 | 100000 | 0 | 101001010 | 1100100 | 1000100 |
Color Harmonies of #FF5CAE
Complementary color
Monochromatic Colors of #FF5CAE
Black with #FF5CAE
Text Example
Text Example
White with #FF5CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CAE; }
p { color: rgb(255,92,174); }
H1.HeaderClassName
{
color: #FF5CAE;
}
.AnyTagClassName
{
color: #FF5CAE;
}
</style>
background-color css
<style>
a { background-color: #FF5CAE; }
a { background-color: rgb(255,92,174); }
div.DivClassName
{
background-color: #FF5CAE;
}
.BgClassName
{
background-color: #FF5CAE;
}
</style>
border-color css
<style>
span { border-color: #FF5CAE; }
span { border-color: rgb(255,92,174); }
td.TdClassName
{
border-color: #FF5CAE;
}
.TagClassName
{
border-color: #FF5CAE;
}
</style>