Shades of Brilliant Rose #F550AA
Tints of Brilliant Rose #F550AA
RGB
CMYK
RGB Variations
Color information
#F550AA (or 0xF550AA) is known color: Brilliant Rose. HEX triplet: F5, 50 and AA. RGB value is (245,80,170). Sum of RGB (Red+Green+Blue) = 245+80+170=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F550AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F550AA is #0AAF55. Grayscale: #8B8B8B. Windows color (decimal): -700246 or 11161845. OLE color: 11161845.
HSL color Cylindrical-coordinate representation of color #F550AA: hue angle of 327.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F550AA is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 170 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.04 |
| HSL | 327.27º | 0.89% | 0.64% | - |
| HSV(B) | 327.27º | 0.67% | 0.96% | - |
| XYZ | 47.78 | 28.05 | 40.93 | - |
| YUV | 139.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 170 | 0 | 0.67 | 0.31 | 0.04 | 327.27 | 0.89 | 0.64 |
| Hex | F5 | 50 | AA | 0 | 43 | 1F | 4 | 147 | 59 | 40 |
| Octal | 365 | 120 | 252 | 0 | 103 | 37 | 4 | 507 | 131 | 100 |
| Binary | 11110101 | 1010000 | 10101010 | 0 | 1000011 | 11111 | 100 | 101000111 | 1011001 | 1000000 |
Color Harmonies of #F550AA
Complementary color
Monochromatic Colors of #F550AA
Black with #F550AA
Text Example
Text Example
White with #F550AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550AA; }
p { color: rgb(245,80,170); }
H1.HeaderClassName
{
color: #F550AA;
}
.AnyTagClassName
{
color: #F550AA;
}
</style>
background-color css
<style>
a { background-color: #F550AA; }
a { background-color: rgb(245,80,170); }
div.DivClassName
{
background-color: #F550AA;
}
.BgClassName
{
background-color: #F550AA;
}
</style>
border-color css
<style>
span { border-color: #F550AA; }
span { border-color: rgb(245,80,170); }
td.TdClassName
{
border-color: #F550AA;
}
.TagClassName
{
border-color: #F550AA;
}
</style>