Shades of Brilliant Rose #FF5594
Tints of Brilliant Rose #FF5594
RGB
CMYK
RGB Variations
Color information
#FF5594 (or 0xFF5594) is known color: Brilliant Rose. HEX triplet: FF, 55 and 94. RGB value is (255,85,148). Sum of RGB (Red+Green+Blue) = 255+85+148=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5594 is #00AA6B. Grayscale: #8E8E8E. Windows color (decimal): -43628 or 9721343. OLE color: 9721343.
HSL color Cylindrical-coordinate representation of color #FF5594: hue angle of 337.76º 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 #FF5594 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 148 | - |
| CMYK | 0 | 0.67 | 0.42 | 0 |
| HSL | 337.76º | 1% | 0.67% | - |
| HSV(B) | 337.76º | 0.67% | 1% | - |
| XYZ | 49.83 | 29.9 | 31.16 | - |
| YUV | 143.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 148 | 0 | 0.67 | 0.42 | 0 | 337.76 | 1 | 0.67 |
| Hex | FF | 55 | 94 | 0 | 43 | 2A | 0 | 152 | 64 | 43 |
| Octal | 377 | 125 | 224 | 0 | 103 | 52 | 0 | 522 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10010100 | 0 | 1000011 | 101010 | 0 | 101010010 | 1100100 | 1000011 |
Color Harmonies of #FF5594
Complementary color
Monochromatic Colors of #FF5594
Black with #FF5594
Text Example
Text Example
White with #FF5594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5594; }
p { color: rgb(255,85,148); }
H1.HeaderClassName
{
color: #FF5594;
}
.AnyTagClassName
{
color: #FF5594;
}
</style>
background-color css
<style>
a { background-color: #FF5594; }
a { background-color: rgb(255,85,148); }
div.DivClassName
{
background-color: #FF5594;
}
.BgClassName
{
background-color: #FF5594;
}
</style>
border-color css
<style>
span { border-color: #FF5594; }
span { border-color: rgb(255,85,148); }
td.TdClassName
{
border-color: #FF5594;
}
.TagClassName
{
border-color: #FF5594;
}
</style>