Shades of Brilliant Rose #FF5993
Tints of Brilliant Rose #FF5993
RGB
CMYK
RGB Variations
Color information
#FF5993 (or 0xFF5993) is known color: Brilliant Rose. HEX triplet: FF, 59 and 93. RGB value is (255,89,147). Sum of RGB (Red+Green+Blue) = 255+89+147=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5993 is #00A66C. Grayscale: #919191. Windows color (decimal): -42605 or 9656831. OLE color: 9656831.
HSL color Cylindrical-coordinate representation of color #FF5993: hue angle of 339.04º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5993 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 147 | - |
| CMYK | 0 | 0.65 | 0.42 | 0 |
| HSL | 339.04º | 1% | 0.67% | - |
| HSV(B) | 339.04º | 0.65% | 1% | - |
| XYZ | 50.08 | 30.51 | 30.85 | - |
| YUV | 145.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 147 | 0 | 0.65 | 0.42 | 0 | 339.04 | 1 | 0.67 |
| Hex | FF | 59 | 93 | 0 | 41 | 2A | 0 | 153 | 64 | 43 |
| Octal | 377 | 131 | 223 | 0 | 101 | 52 | 0 | 523 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10010011 | 0 | 1000001 | 101010 | 0 | 101010011 | 1100100 | 1000011 |
Color Harmonies of #FF5993
Complementary color
Monochromatic Colors of #FF5993
Black with #FF5993
Text Example
Text Example
White with #FF5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5993; }
p { color: rgb(255,89,147); }
H1.HeaderClassName
{
color: #FF5993;
}
.AnyTagClassName
{
color: #FF5993;
}
</style>
background-color css
<style>
a { background-color: #FF5993; }
a { background-color: rgb(255,89,147); }
div.DivClassName
{
background-color: #FF5993;
}
.BgClassName
{
background-color: #FF5993;
}
</style>
border-color css
<style>
span { border-color: #FF5993; }
span { border-color: rgb(255,89,147); }
td.TdClassName
{
border-color: #FF5993;
}
.TagClassName
{
border-color: #FF5993;
}
</style>