Shades of Brilliant Rose #FF55AC
Tints of Brilliant Rose #FF55AC
RGB
CMYK
RGB Variations
Color information
#FF55AC (or 0xFF55AC) is known color: Brilliant Rose. HEX triplet: FF, 55 and AC. RGB value is (255,85,172). Sum of RGB (Red+Green+Blue) = 255+85+172=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF55AC is #00AA53. Grayscale: #919191. Windows color (decimal): -43604 or 11294207. OLE color: 11294207.
HSL color Cylindrical-coordinate representation of color #FF55AC: hue angle of 329.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55AC is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 172 | - |
| CMYK | 0 | 0.67 | 0.33 | 0 |
| HSL | 329.29º | 1% | 0.67% | - |
| HSV(B) | 329.29º | 0.67% | 1% | - |
| XYZ | 51.93 | 30.74 | 42.23 | - |
| YUV | 145.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 172 | 0 | 0.67 | 0.33 | 0 | 329.29 | 1 | 0.67 |
| Hex | FF | 55 | AC | 0 | 43 | 21 | 0 | 149 | 64 | 43 |
| Octal | 377 | 125 | 254 | 0 | 103 | 41 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10101100 | 0 | 1000011 | 100001 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF55AC
Complementary color
Monochromatic Colors of #FF55AC
Black with #FF55AC
Text Example
Text Example
White with #FF55AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55AC; }
p { color: rgb(255,85,172); }
H1.HeaderClassName
{
color: #FF55AC;
}
.AnyTagClassName
{
color: #FF55AC;
}
</style>
background-color css
<style>
a { background-color: #FF55AC; }
a { background-color: rgb(255,85,172); }
div.DivClassName
{
background-color: #FF55AC;
}
.BgClassName
{
background-color: #FF55AC;
}
</style>
border-color css
<style>
span { border-color: #FF55AC; }
span { border-color: rgb(255,85,172); }
td.TdClassName
{
border-color: #FF55AC;
}
.TagClassName
{
border-color: #FF55AC;
}
</style>