Shades of Brilliant Rose #FF54AD
Tints of Brilliant Rose #FF54AD
RGB
CMYK
RGB Variations
Color information
#FF54AD (or 0xFF54AD) is known color: Brilliant Rose. HEX triplet: FF, 54 and AD. RGB value is (255,84,173). Sum of RGB (Red+Green+Blue) = 255+84+173=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF54AD is #00AB52. Grayscale: #919191. Windows color (decimal): -43859 or 11359487. OLE color: 11359487.
HSL color Cylindrical-coordinate representation of color #FF54AD: hue angle of 328.77º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54AD is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 173 | - |
| CMYK | 0 | 0.67 | 0.32 | 0 |
| HSL | 328.77º | 1% | 0.66% | - |
| HSV(B) | 328.77º | 0.67% | 1% | - |
| XYZ | 51.95 | 30.62 | 42.71 | - |
| YUV | 145.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 173 | 0 | 0.67 | 0.32 | 0 | 328.77 | 1 | 0.66 |
| Hex | FF | 54 | AD | 0 | 43 | 20 | 0 | 149 | 64 | 42 |
| Octal | 377 | 124 | 255 | 0 | 103 | 40 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10101101 | 0 | 1000011 | 100000 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF54AD
Complementary color
Monochromatic Colors of #FF54AD
Black with #FF54AD
Text Example
Text Example
White with #FF54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54AD; }
p { color: rgb(255,84,173); }
H1.HeaderClassName
{
color: #FF54AD;
}
.AnyTagClassName
{
color: #FF54AD;
}
</style>
background-color css
<style>
a { background-color: #FF54AD; }
a { background-color: rgb(255,84,173); }
div.DivClassName
{
background-color: #FF54AD;
}
.BgClassName
{
background-color: #FF54AD;
}
</style>
border-color css
<style>
span { border-color: #FF54AD; }
span { border-color: rgb(255,84,173); }
td.TdClassName
{
border-color: #FF54AD;
}
.TagClassName
{
border-color: #FF54AD;
}
</style>