Shades of Brilliant Rose #F558AC
Tints of Brilliant Rose #F558AC
RGB
CMYK
RGB Variations
Color information
#F558AC (or 0xF558AC) is known color: Brilliant Rose. HEX triplet: F5, 58 and AC. RGB value is (245,88,172). Sum of RGB (Red+Green+Blue) = 245+88+172=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F558AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F558AC is #0AA753. Grayscale: #909090. Windows color (decimal): -698196 or 11294965. OLE color: 11294965.
HSL color Cylindrical-coordinate representation of color #F558AC: hue angle of 327.9º 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 #F558AC is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 172 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.04 |
| HSL | 327.9º | 0.89% | 0.65% | - |
| HSV(B) | 327.9º | 0.64% | 0.96% | - |
| XYZ | 48.59 | 29.37 | 42.14 | - |
| YUV | 144.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 172 | 0 | 0.64 | 0.30 | 0.04 | 327.9 | 0.89 | 0.65 |
| Hex | F5 | 58 | AC | 0 | 40 | 1E | 4 | 148 | 59 | 41 |
| Octal | 365 | 130 | 254 | 0 | 100 | 36 | 4 | 510 | 131 | 101 |
| Binary | 11110101 | 1011000 | 10101100 | 0 | 1000000 | 11110 | 100 | 101001000 | 1011001 | 1000001 |
Color Harmonies of #F558AC
Complementary color
Monochromatic Colors of #F558AC
Black with #F558AC
Text Example
Text Example
White with #F558AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558AC; }
p { color: rgb(245,88,172); }
H1.HeaderClassName
{
color: #F558AC;
}
.AnyTagClassName
{
color: #F558AC;
}
</style>
background-color css
<style>
a { background-color: #F558AC; }
a { background-color: rgb(245,88,172); }
div.DivClassName
{
background-color: #F558AC;
}
.BgClassName
{
background-color: #F558AC;
}
</style>
border-color css
<style>
span { border-color: #F558AC; }
span { border-color: rgb(245,88,172); }
td.TdClassName
{
border-color: #F558AC;
}
.TagClassName
{
border-color: #F558AC;
}
</style>