Shades of Brilliant Rose #F555AA
Tints of Brilliant Rose #F555AA
RGB
CMYK
RGB Variations
Color information
#F555AA (or 0xF555AA) is known color: Brilliant Rose. HEX triplet: F5, 55 and AA. RGB value is (245,85,170). Sum of RGB (Red+Green+Blue) = 245+85+170=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F555AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F555AA is #0AAA55. Grayscale: #8E8E8E. Windows color (decimal): -698966 or 11163125. OLE color: 11163125.
HSL color Cylindrical-coordinate representation of color #F555AA: hue angle of 328.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555AA is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 170 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.04 |
| HSL | 328.13º | 0.89% | 0.65% | - |
| HSV(B) | 328.13º | 0.65% | 0.96% | - |
| XYZ | 48.16 | 28.81 | 41.05 | - |
| YUV | 142.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 170 | 0 | 0.65 | 0.31 | 0.04 | 328.13 | 0.89 | 0.65 |
| Hex | F5 | 55 | AA | 0 | 41 | 1F | 4 | 148 | 59 | 41 |
| Octal | 365 | 125 | 252 | 0 | 101 | 37 | 4 | 510 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10101010 | 0 | 1000001 | 11111 | 100 | 101001000 | 1011001 | 1000001 |
Color Harmonies of #F555AA
Complementary color
Monochromatic Colors of #F555AA
Black with #F555AA
Text Example
Text Example
White with #F555AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555AA; }
p { color: rgb(245,85,170); }
H1.HeaderClassName
{
color: #F555AA;
}
.AnyTagClassName
{
color: #F555AA;
}
</style>
background-color css
<style>
a { background-color: #F555AA; }
a { background-color: rgb(245,85,170); }
div.DivClassName
{
background-color: #F555AA;
}
.BgClassName
{
background-color: #F555AA;
}
</style>
border-color css
<style>
span { border-color: #F555AA; }
span { border-color: rgb(245,85,170); }
td.TdClassName
{
border-color: #F555AA;
}
.TagClassName
{
border-color: #F555AA;
}
</style>