Shades of Brilliant Rose #FF58AB
Tints of Brilliant Rose #FF58AB
RGB
CMYK
RGB Variations
Color information
#FF58AB (or 0xFF58AB) is known color: Brilliant Rose. HEX triplet: FF, 58 and AB. RGB value is (255,88,171). Sum of RGB (Red+Green+Blue) = 255+88+171=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF58AB is #00A754. Grayscale: #939393. Windows color (decimal): -42837 or 11229439. OLE color: 11229439.
HSL color Cylindrical-coordinate representation of color #FF58AB: hue angle of 330.18º 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 #FF58AB is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 171 | - |
| CMYK | 0 | 0.65 | 0.33 | 0 |
| HSL | 330.18º | 1% | 0.67% | - |
| HSV(B) | 330.18º | 0.65% | 1% | - |
| XYZ | 52.08 | 31.18 | 41.8 | - |
| YUV | 147.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 171 | 0 | 0.65 | 0.33 | 0 | 330.18 | 1 | 0.67 |
| Hex | FF | 58 | AB | 0 | 41 | 21 | 0 | 14A | 64 | 43 |
| Octal | 377 | 130 | 253 | 0 | 101 | 41 | 0 | 512 | 144 | 103 |
| Binary | 11111111 | 1011000 | 10101011 | 0 | 1000001 | 100001 | 0 | 101001010 | 1100100 | 1000011 |
Color Harmonies of #FF58AB
Complementary color
Monochromatic Colors of #FF58AB
Black with #FF58AB
Text Example
Text Example
White with #FF58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58AB; }
p { color: rgb(255,88,171); }
H1.HeaderClassName
{
color: #FF58AB;
}
.AnyTagClassName
{
color: #FF58AB;
}
</style>
background-color css
<style>
a { background-color: #FF58AB; }
a { background-color: rgb(255,88,171); }
div.DivClassName
{
background-color: #FF58AB;
}
.BgClassName
{
background-color: #FF58AB;
}
</style>
border-color css
<style>
span { border-color: #FF58AB; }
span { border-color: rgb(255,88,171); }
td.TdClassName
{
border-color: #FF58AB;
}
.TagClassName
{
border-color: #FF58AB;
}
</style>