Shades of Brilliant Rose #FF58A0
Tints of Brilliant Rose #FF58A0
RGB
CMYK
RGB Variations
Color information
#FF58A0 (or 0xFF58A0) is known color: Brilliant Rose. HEX triplet: FF, 58 and A0. RGB value is (255,88,160). Sum of RGB (Red+Green+Blue) = 255+88+160=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A0 is #00A75F. Grayscale: #929292. Windows color (decimal): -42848 or 10508543. OLE color: 10508543.
HSL color Cylindrical-coordinate representation of color #FF58A0: hue angle of 334.13º 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 #FF58A0 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 160 | - |
| CMYK | 0 | 0.65 | 0.37 | 0 |
| HSL | 334.13º | 1% | 0.67% | - |
| HSV(B) | 334.13º | 0.65% | 1% | - |
| XYZ | 51.07 | 30.78 | 36.51 | - |
| YUV | 146.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 160 | 0 | 0.65 | 0.37 | 0 | 334.13 | 1 | 0.67 |
| Hex | FF | 58 | A0 | 0 | 41 | 25 | 0 | 14E | 64 | 43 |
| Octal | 377 | 130 | 240 | 0 | 101 | 45 | 0 | 516 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10100000 | 0 | 1000001 | 100101 | 0 | 101001110 | 1100100 | 1000011 |
Color Harmonies of #FF58A0
Complementary color
Monochromatic Colors of #FF58A0
Black with #FF58A0
Text Example
Text Example
White with #FF58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58A0; }
p { color: rgb(255,88,160); }
H1.HeaderClassName
{
color: #FF58A0;
}
.AnyTagClassName
{
color: #FF58A0;
}
</style>
background-color css
<style>
a { background-color: #FF58A0; }
a { background-color: rgb(255,88,160); }
div.DivClassName
{
background-color: #FF58A0;
}
.BgClassName
{
background-color: #FF58A0;
}
</style>
border-color css
<style>
span { border-color: #FF58A0; }
span { border-color: rgb(255,88,160); }
td.TdClassName
{
border-color: #FF58A0;
}
.TagClassName
{
border-color: #FF58A0;
}
</style>