Shades of Brilliant Rose #FF54AC
Tints of Brilliant Rose #FF54AC
RGB
CMYK
RGB Variations
Color information
#FF54AC (or 0xFF54AC) is known color: Brilliant Rose. HEX triplet: FF, 54 and AC. RGB value is (255,84,172). Sum of RGB (Red+Green+Blue) = 255+84+172=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF54AC is #00AB53. Grayscale: #909090. Windows color (decimal): -43860 or 11293951. OLE color: 11293951.
HSL color Cylindrical-coordinate representation of color #FF54AC: hue angle of 329.12º 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 #FF54AC is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 172 | - |
| CMYK | 0 | 0.67 | 0.33 | 0 |
| HSL | 329.12º | 1% | 0.66% | - |
| HSV(B) | 329.12º | 0.67% | 1% | - |
| XYZ | 51.86 | 30.58 | 42.2 | - |
| YUV | 145.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 172 | 0 | 0.67 | 0.33 | 0 | 329.12 | 1 | 0.66 |
| Hex | FF | 54 | AC | 0 | 43 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 124 | 254 | 0 | 103 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10101100 | 0 | 1000011 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF54AC
Complementary color
Monochromatic Colors of #FF54AC
Black with #FF54AC
Text Example
Text Example
White with #FF54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54AC; }
p { color: rgb(255,84,172); }
H1.HeaderClassName
{
color: #FF54AC;
}
.AnyTagClassName
{
color: #FF54AC;
}
</style>
background-color css
<style>
a { background-color: #FF54AC; }
a { background-color: rgb(255,84,172); }
div.DivClassName
{
background-color: #FF54AC;
}
.BgClassName
{
background-color: #FF54AC;
}
</style>
border-color css
<style>
span { border-color: #FF54AC; }
span { border-color: rgb(255,84,172); }
td.TdClassName
{
border-color: #FF54AC;
}
.TagClassName
{
border-color: #FF54AC;
}
</style>