Shades of Brilliant Rose #FF58A8
Tints of Brilliant Rose #FF58A8
RGB
CMYK
RGB Variations
Color information
#FF58A8 (or 0xFF58A8) is known color: Brilliant Rose. HEX triplet: FF, 58 and A8. RGB value is (255,88,168). Sum of RGB (Red+Green+Blue) = 255+88+168=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58A8 is #00A757. Grayscale: #929292. Windows color (decimal): -42840 or 11032831. OLE color: 11032831.
HSL color Cylindrical-coordinate representation of color #FF58A8: hue angle of 331.26º 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 #FF58A8 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 168 | - |
| CMYK | 0 | 0.65 | 0.34 | 0 |
| HSL | 331.26º | 1% | 0.67% | - |
| HSV(B) | 331.26º | 0.65% | 1% | - |
| XYZ | 51.8 | 31.07 | 40.31 | - |
| YUV | 147.05 | 139.83 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 168 | 0 | 0.65 | 0.34 | 0 | 331.26 | 1 | 0.67 |
| Hex | FF | 58 | A8 | 0 | 41 | 22 | 0 | 14B | 64 | 43 |
| Octal | 377 | 130 | 250 | 0 | 101 | 42 | 0 | 513 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10101000 | 0 | 1000001 | 100010 | 0 | 101001011 | 1100100 | 1000011 |
Color Harmonies of #FF58A8
Complementary color
Monochromatic Colors of #FF58A8
Black with #FF58A8
Text Example
Text Example
White with #FF58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58A8; }
p { color: rgb(255,88,168); }
H1.HeaderClassName
{
color: #FF58A8;
}
.AnyTagClassName
{
color: #FF58A8;
}
</style>
background-color css
<style>
a { background-color: #FF58A8; }
a { background-color: rgb(255,88,168); }
div.DivClassName
{
background-color: #FF58A8;
}
.BgClassName
{
background-color: #FF58A8;
}
</style>
border-color css
<style>
span { border-color: #FF58A8; }
span { border-color: rgb(255,88,168); }
td.TdClassName
{
border-color: #FF58A8;
}
.TagClassName
{
border-color: #FF58A8;
}
</style>