Shades of Brilliant Rose #FF5DAC
Tints of Brilliant Rose #FF5DAC
RGB
CMYK
RGB Variations
Color information
#FF5DAC (or 0xFF5DAC) is known color: Brilliant Rose. HEX triplet: FF, 5D and AC. RGB value is (255,93,172). Sum of RGB (Red+Green+Blue) = 255+93+172=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5DAC is #00A253. Grayscale: #969696. Windows color (decimal): -41556 or 11296255. OLE color: 11296255.
HSL color Cylindrical-coordinate representation of color #FF5DAC: hue angle of 330.74º 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 #FF5DAC is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 172 | - |
| CMYK | 0 | 0.64 | 0.33 | 0 |
| HSL | 330.74º | 1% | 0.68% | - |
| HSV(B) | 330.74º | 0.64% | 1% | - |
| XYZ | 52.6 | 32.07 | 42.45 | - |
| YUV | 150.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 172 | 0 | 0.64 | 0.33 | 0 | 330.74 | 1 | 0.68 |
| Hex | FF | 5D | AC | 0 | 40 | 21 | 0 | 14B | 64 | 44 |
| Octal | 377 | 135 | 254 | 0 | 100 | 41 | 0 | 513 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10101100 | 0 | 1000000 | 100001 | 0 | 101001011 | 1100100 | 1000100 |
Color Harmonies of #FF5DAC
Complementary color
Monochromatic Colors of #FF5DAC
Black with #FF5DAC
Text Example
Text Example
White with #FF5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DAC; }
p { color: rgb(255,93,172); }
H1.HeaderClassName
{
color: #FF5DAC;
}
.AnyTagClassName
{
color: #FF5DAC;
}
</style>
background-color css
<style>
a { background-color: #FF5DAC; }
a { background-color: rgb(255,93,172); }
div.DivClassName
{
background-color: #FF5DAC;
}
.BgClassName
{
background-color: #FF5DAC;
}
</style>
border-color css
<style>
span { border-color: #FF5DAC; }
span { border-color: rgb(255,93,172); }
td.TdClassName
{
border-color: #FF5DAC;
}
.TagClassName
{
border-color: #FF5DAC;
}
</style>