Shades of Brilliant Rose #FF58A2
Tints of Brilliant Rose #FF58A2
RGB
CMYK
RGB Variations
Color information
#FF58A2 (or 0xFF58A2) is known color: Brilliant Rose. HEX triplet: FF, 58 and A2. RGB value is (255,88,162). Sum of RGB (Red+Green+Blue) = 255+88+162=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A2 is #00A75D. Grayscale: #929292. Windows color (decimal): -42846 or 10639615. OLE color: 10639615.
HSL color Cylindrical-coordinate representation of color #FF58A2: hue angle of 333.41º 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 #FF58A2 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 162 | - |
| CMYK | 0 | 0.65 | 0.36 | 0 |
| HSL | 333.41º | 1% | 0.67% | - |
| HSV(B) | 333.41º | 0.65% | 1% | - |
| XYZ | 51.25 | 30.85 | 37.44 | - |
| YUV | 146.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 162 | 0 | 0.65 | 0.36 | 0 | 333.41 | 1 | 0.67 |
| Hex | FF | 58 | A2 | 0 | 41 | 24 | 0 | 14D | 64 | 43 |
| Octal | 377 | 130 | 242 | 0 | 101 | 44 | 0 | 515 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10100010 | 0 | 1000001 | 100100 | 0 | 101001101 | 1100100 | 1000011 |
Color Harmonies of #FF58A2
Complementary color
Monochromatic Colors of #FF58A2
Black with #FF58A2
Text Example
Text Example
White with #FF58A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58A2; }
p { color: rgb(255,88,162); }
H1.HeaderClassName
{
color: #FF58A2;
}
.AnyTagClassName
{
color: #FF58A2;
}
</style>
background-color css
<style>
a { background-color: #FF58A2; }
a { background-color: rgb(255,88,162); }
div.DivClassName
{
background-color: #FF58A2;
}
.BgClassName
{
background-color: #FF58A2;
}
</style>
border-color css
<style>
span { border-color: #FF58A2; }
span { border-color: rgb(255,88,162); }
td.TdClassName
{
border-color: #FF58A2;
}
.TagClassName
{
border-color: #FF58A2;
}
</style>