Shades of Brilliant Rose #FF5CAA
Tints of Brilliant Rose #FF5CAA
RGB
CMYK
RGB Variations
Color information
#FF5CAA (or 0xFF5CAA) is known color: Brilliant Rose. HEX triplet: FF, 5C and AA. RGB value is (255,92,170). Sum of RGB (Red+Green+Blue) = 255+92+170=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5CAA is #00A355. Grayscale: #959595. Windows color (decimal): -41814 or 11164927. OLE color: 11164927.
HSL color Cylindrical-coordinate representation of color #FF5CAA: hue angle of 331.29º 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 #FF5CAA is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 170 | - |
| CMYK | 0 | 0.64 | 0.33 | 0 |
| HSL | 331.29º | 1% | 0.68% | - |
| HSV(B) | 331.29º | 0.64% | 1% | - |
| XYZ | 52.32 | 31.82 | 41.41 | - |
| YUV | 149.63 | 139.5 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 170 | 0 | 0.64 | 0.33 | 0 | 331.29 | 1 | 0.68 |
| Hex | FF | 5C | AA | 0 | 40 | 21 | 0 | 14B | 64 | 44 |
| Octal | 377 | 134 | 252 | 0 | 100 | 41 | 0 | 513 | 144 | 104 |
| Binary | 11111111 | 1011100 | 10101010 | 0 | 1000000 | 100001 | 0 | 101001011 | 1100100 | 1000100 |
Color Harmonies of #FF5CAA
Complementary color
Monochromatic Colors of #FF5CAA
Black with #FF5CAA
Text Example
Text Example
White with #FF5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CAA; }
p { color: rgb(255,92,170); }
H1.HeaderClassName
{
color: #FF5CAA;
}
.AnyTagClassName
{
color: #FF5CAA;
}
</style>
background-color css
<style>
a { background-color: #FF5CAA; }
a { background-color: rgb(255,92,170); }
div.DivClassName
{
background-color: #FF5CAA;
}
.BgClassName
{
background-color: #FF5CAA;
}
</style>
border-color css
<style>
span { border-color: #FF5CAA; }
span { border-color: rgb(255,92,170); }
td.TdClassName
{
border-color: #FF5CAA;
}
.TagClassName
{
border-color: #FF5CAA;
}
</style>