Shades of Brilliant Rose #F558AB
Tints of Brilliant Rose #F558AB
RGB
CMYK
RGB Variations
Color information
#F558AB (or 0xF558AB) is known color: Brilliant Rose. HEX triplet: F5, 58 and AB. RGB value is (245,88,171). Sum of RGB (Red+Green+Blue) = 245+88+171=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F558AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F558AB is #0AA754. Grayscale: #909090. Windows color (decimal): -698197 or 11229429. OLE color: 11229429.
HSL color Cylindrical-coordinate representation of color #F558AB: hue angle of 328.28º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F558AB is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 171 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.04 |
| HSL | 328.28º | 0.89% | 0.65% | - |
| HSV(B) | 328.28º | 0.64% | 0.96% | - |
| XYZ | 48.5 | 29.33 | 41.63 | - |
| YUV | 144.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 171 | 0 | 0.64 | 0.30 | 0.04 | 328.28 | 0.89 | 0.65 |
| Hex | F5 | 58 | AB | 0 | 40 | 1E | 4 | 148 | 59 | 41 |
| Octal | 365 | 130 | 253 | 0 | 100 | 36 | 4 | 510 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10101011 | 0 | 1000000 | 11110 | 100 | 101001000 | 1011001 | 1000001 |
Color Harmonies of #F558AB
Complementary color
Monochromatic Colors of #F558AB
Black with #F558AB
Text Example
Text Example
White with #F558AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558AB; }
p { color: rgb(245,88,171); }
H1.HeaderClassName
{
color: #F558AB;
}
.AnyTagClassName
{
color: #F558AB;
}
</style>
background-color css
<style>
a { background-color: #F558AB; }
a { background-color: rgb(245,88,171); }
div.DivClassName
{
background-color: #F558AB;
}
.BgClassName
{
background-color: #F558AB;
}
</style>
border-color css
<style>
span { border-color: #F558AB; }
span { border-color: rgb(245,88,171); }
td.TdClassName
{
border-color: #F558AB;
}
.TagClassName
{
border-color: #F558AB;
}
</style>