Shades of Brilliant Rose #FF5794
Tints of Brilliant Rose #FF5794
RGB
CMYK
RGB Variations
Color information
#FF5794 (or 0xFF5794) is known color: Brilliant Rose. HEX triplet: FF, 57 and 94. RGB value is (255,87,148). Sum of RGB (Red+Green+Blue) = 255+87+148=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5794 is #00A86B. Grayscale: #909090. Windows color (decimal): -43116 or 9721855. OLE color: 9721855.
HSL color Cylindrical-coordinate representation of color #FF5794: hue angle of 338.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5794 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 148 | - |
| CMYK | 0 | 0.66 | 0.42 | 0 |
| HSL | 338.21º | 1% | 0.67% | - |
| HSV(B) | 338.21º | 0.66% | 1% | - |
| XYZ | 49.99 | 30.21 | 31.21 | - |
| YUV | 144.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 148 | 0 | 0.66 | 0.42 | 0 | 338.21 | 1 | 0.67 |
| Hex | FF | 57 | 94 | 0 | 42 | 2A | 0 | 152 | 64 | 43 |
| Octal | 377 | 127 | 224 | 0 | 102 | 52 | 0 | 522 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10010100 | 0 | 1000010 | 101010 | 0 | 101010010 | 1100100 | 1000011 |
Color Harmonies of #FF5794
Complementary color
Monochromatic Colors of #FF5794
Black with #FF5794
Text Example
Text Example
White with #FF5794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5794; }
p { color: rgb(255,87,148); }
H1.HeaderClassName
{
color: #FF5794;
}
.AnyTagClassName
{
color: #FF5794;
}
</style>
background-color css
<style>
a { background-color: #FF5794; }
a { background-color: rgb(255,87,148); }
div.DivClassName
{
background-color: #FF5794;
}
.BgClassName
{
background-color: #FF5794;
}
</style>
border-color css
<style>
span { border-color: #FF5794; }
span { border-color: rgb(255,87,148); }
td.TdClassName
{
border-color: #FF5794;
}
.TagClassName
{
border-color: #FF5794;
}
</style>