Shades of Brilliant Rose #FF54AE
Tints of Brilliant Rose #FF54AE
RGB
CMYK
RGB Variations
Color information
#FF54AE (or 0xFF54AE) is known color: Brilliant Rose. HEX triplet: FF, 54 and AE. RGB value is (255,84,174). Sum of RGB (Red+Green+Blue) = 255+84+174=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF54AE is #00AB51. Grayscale: #919191. Windows color (decimal): -43858 or 11425023. OLE color: 11425023.
HSL color Cylindrical-coordinate representation of color #FF54AE: hue angle of 328.42º 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 #FF54AE is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 174 | - |
| CMYK | 0 | 0.67 | 0.32 | 0 |
| HSL | 328.42º | 1% | 0.66% | - |
| HSV(B) | 328.42º | 0.67% | 1% | - |
| XYZ | 52.05 | 30.66 | 43.22 | - |
| YUV | 145.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 174 | 0 | 0.67 | 0.32 | 0 | 328.42 | 1 | 0.66 |
| Hex | FF | 54 | AE | 0 | 43 | 20 | 0 | 148 | 64 | 42 |
| Octal | 377 | 124 | 256 | 0 | 103 | 40 | 0 | 510 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10101110 | 0 | 1000011 | 100000 | 0 | 101001000 | 1100100 | 1000010 |
Color Harmonies of #FF54AE
Complementary color
Monochromatic Colors of #FF54AE
Black with #FF54AE
Text Example
Text Example
White with #FF54AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54AE; }
p { color: rgb(255,84,174); }
H1.HeaderClassName
{
color: #FF54AE;
}
.AnyTagClassName
{
color: #FF54AE;
}
</style>
background-color css
<style>
a { background-color: #FF54AE; }
a { background-color: rgb(255,84,174); }
div.DivClassName
{
background-color: #FF54AE;
}
.BgClassName
{
background-color: #FF54AE;
}
</style>
border-color css
<style>
span { border-color: #FF54AE; }
span { border-color: rgb(255,84,174); }
td.TdClassName
{
border-color: #FF54AE;
}
.TagClassName
{
border-color: #FF54AE;
}
</style>