Shades of Brilliant Rose #FF5DAA
Tints of Brilliant Rose #FF5DAA
RGB
CMYK
RGB Variations
Color information
#FF5DAA (or 0xFF5DAA) is known color: Brilliant Rose. HEX triplet: FF, 5D and AA. RGB value is (255,93,170). Sum of RGB (Red+Green+Blue) = 255+93+170=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5DAA is #00A255. Grayscale: #969696. Windows color (decimal): -41558 or 11165183. OLE color: 11165183.
HSL color Cylindrical-coordinate representation of color #FF5DAA: hue angle of 331.48º 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 #FF5DAA is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 170 | - |
| CMYK | 0 | 0.64 | 0.33 | 0 |
| HSL | 331.48º | 1% | 0.68% | - |
| HSV(B) | 331.48º | 0.64% | 1% | - |
| XYZ | 52.41 | 31.99 | 41.44 | - |
| YUV | 150.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 170 | 0 | 0.64 | 0.33 | 0 | 331.48 | 1 | 0.68 |
| Hex | FF | 5D | AA | 0 | 40 | 21 | 0 | 14B | 64 | 44 |
| Octal | 377 | 135 | 252 | 0 | 100 | 41 | 0 | 513 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10101010 | 0 | 1000000 | 100001 | 0 | 101001011 | 1100100 | 1000100 |
Color Harmonies of #FF5DAA
Complementary color
Monochromatic Colors of #FF5DAA
Black with #FF5DAA
Text Example
Text Example
White with #FF5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DAA; }
p { color: rgb(255,93,170); }
H1.HeaderClassName
{
color: #FF5DAA;
}
.AnyTagClassName
{
color: #FF5DAA;
}
</style>
background-color css
<style>
a { background-color: #FF5DAA; }
a { background-color: rgb(255,93,170); }
div.DivClassName
{
background-color: #FF5DAA;
}
.BgClassName
{
background-color: #FF5DAA;
}
</style>
border-color css
<style>
span { border-color: #FF5DAA; }
span { border-color: rgb(255,93,170); }
td.TdClassName
{
border-color: #FF5DAA;
}
.TagClassName
{
border-color: #FF5DAA;
}
</style>