Shades of Brilliant Rose #FF5893
Tints of Brilliant Rose #FF5893
RGB
CMYK
RGB Variations
Color information
#FF5893 (or 0xFF5893) is known color: Brilliant Rose. HEX triplet: FF, 58 and 93. RGB value is (255,88,147). Sum of RGB (Red+Green+Blue) = 255+88+147=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5893 is #00A76C. Grayscale: #909090. Windows color (decimal): -42861 or 9656575. OLE color: 9656575.
HSL color Cylindrical-coordinate representation of color #FF5893: hue angle of 338.8º 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 #FF5893 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 147 | - |
| CMYK | 0 | 0.65 | 0.42 | 0 |
| HSL | 338.8º | 1% | 0.67% | - |
| HSV(B) | 338.8º | 0.65% | 1% | - |
| XYZ | 50 | 30.35 | 30.83 | - |
| YUV | 144.66 | 129.33 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 147 | 0 | 0.65 | 0.42 | 0 | 338.8 | 1 | 0.67 |
| Hex | FF | 58 | 93 | 0 | 41 | 2A | 0 | 153 | 64 | 43 |
| Octal | 377 | 130 | 223 | 0 | 101 | 52 | 0 | 523 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10010011 | 0 | 1000001 | 101010 | 0 | 101010011 | 1100100 | 1000011 |
Color Harmonies of #FF5893
Complementary color
Monochromatic Colors of #FF5893
Black with #FF5893
Text Example
Text Example
White with #FF5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5893; }
p { color: rgb(255,88,147); }
H1.HeaderClassName
{
color: #FF5893;
}
.AnyTagClassName
{
color: #FF5893;
}
</style>
background-color css
<style>
a { background-color: #FF5893; }
a { background-color: rgb(255,88,147); }
div.DivClassName
{
background-color: #FF5893;
}
.BgClassName
{
background-color: #FF5893;
}
</style>
border-color css
<style>
span { border-color: #FF5893; }
span { border-color: rgb(255,88,147); }
td.TdClassName
{
border-color: #FF5893;
}
.TagClassName
{
border-color: #FF5893;
}
</style>