Shades of Brilliant Rose #FF5A93
Tints of Brilliant Rose #FF5A93
RGB
CMYK
RGB Variations
Color information
#FF5A93 (or 0xFF5A93) is known color: Brilliant Rose. HEX triplet: FF, 5A and 93. RGB value is (255,90,147). Sum of RGB (Red+Green+Blue) = 255+90+147=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5A93 is #00A56C. Grayscale: #919191. Windows color (decimal): -42349 or 9657087. OLE color: 9657087.
HSL color Cylindrical-coordinate representation of color #FF5A93: hue angle of 339.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A93 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 147 | - |
| CMYK | 0 | 0.65 | 0.42 | 0 |
| HSL | 339.27º | 1% | 0.68% | - |
| HSV(B) | 339.27º | 0.65% | 1% | - |
| XYZ | 50.16 | 30.68 | 30.88 | - |
| YUV | 145.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 147 | 0 | 0.65 | 0.42 | 0 | 339.27 | 1 | 0.68 |
| Hex | FF | 5A | 93 | 0 | 41 | 2A | 0 | 153 | 64 | 44 |
| Octal | 377 | 132 | 223 | 0 | 101 | 52 | 0 | 523 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10010011 | 0 | 1000001 | 101010 | 0 | 101010011 | 1100100 | 1000100 |
Color Harmonies of #FF5A93
Complementary color
Monochromatic Colors of #FF5A93
Black with #FF5A93
Text Example
Text Example
White with #FF5A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A93; }
p { color: rgb(255,90,147); }
H1.HeaderClassName
{
color: #FF5A93;
}
.AnyTagClassName
{
color: #FF5A93;
}
</style>
background-color css
<style>
a { background-color: #FF5A93; }
a { background-color: rgb(255,90,147); }
div.DivClassName
{
background-color: #FF5A93;
}
.BgClassName
{
background-color: #FF5A93;
}
</style>
border-color css
<style>
span { border-color: #FF5A93; }
span { border-color: rgb(255,90,147); }
td.TdClassName
{
border-color: #FF5A93;
}
.TagClassName
{
border-color: #FF5A93;
}
</style>