Shades of Brilliant Rose #FF58A1
Tints of Brilliant Rose #FF58A1
RGB
CMYK
RGB Variations
Color information
#FF58A1 (or 0xFF58A1) is known color: Brilliant Rose. HEX triplet: FF, 58 and A1. RGB value is (255,88,161). Sum of RGB (Red+Green+Blue) = 255+88+161=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A1 is #00A75E. Grayscale: #929292. Windows color (decimal): -42847 or 10574079. OLE color: 10574079.
HSL color Cylindrical-coordinate representation of color #FF58A1: hue angle of 333.77º 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 #FF58A1 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 161 | - |
| CMYK | 0 | 0.65 | 0.37 | 0 |
| HSL | 333.77º | 1% | 0.67% | - |
| HSV(B) | 333.77º | 0.65% | 1% | - |
| XYZ | 51.16 | 30.81 | 36.97 | - |
| YUV | 146.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 161 | 0 | 0.65 | 0.37 | 0 | 333.77 | 1 | 0.67 |
| Hex | FF | 58 | A1 | 0 | 41 | 25 | 0 | 14E | 64 | 43 |
| Octal | 377 | 130 | 241 | 0 | 101 | 45 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10100001 | 0 | 1000001 | 100101 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF58A1
Complementary color
Monochromatic Colors of #FF58A1
Black with #FF58A1
Text Example
Text Example
White with #FF58A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58A1; }
p { color: rgb(255,88,161); }
H1.HeaderClassName
{
color: #FF58A1;
}
.AnyTagClassName
{
color: #FF58A1;
}
</style>
background-color css
<style>
a { background-color: #FF58A1; }
a { background-color: rgb(255,88,161); }
div.DivClassName
{
background-color: #FF58A1;
}
.BgClassName
{
background-color: #FF58A1;
}
</style>
border-color css
<style>
span { border-color: #FF58A1; }
span { border-color: rgb(255,88,161); }
td.TdClassName
{
border-color: #FF58A1;
}
.TagClassName
{
border-color: #FF58A1;
}
</style>