Shades of Brilliant Rose #F552AC
Tints of Brilliant Rose #F552AC
RGB
CMYK
RGB Variations
Color information
#F552AC (or 0xF552AC) is known color: Brilliant Rose. HEX triplet: F5, 52 and AC. RGB value is (245,82,172). Sum of RGB (Red+Green+Blue) = 245+82+172=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F552AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F552AC is #0AAD53. Grayscale: #8C8C8C. Windows color (decimal): -699732 or 11293429. OLE color: 11293429.
HSL color Cylindrical-coordinate representation of color #F552AC: hue angle of 326.87º 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 #F552AC is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 172 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.04 |
| HSL | 326.87º | 0.89% | 0.64% | - |
| HSV(B) | 326.87º | 0.67% | 0.96% | - |
| XYZ | 48.12 | 28.43 | 41.98 | - |
| YUV | 141 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 172 | 0 | 0.67 | 0.30 | 0.04 | 326.87 | 0.89 | 0.64 |
| Hex | F5 | 52 | AC | 0 | 43 | 1E | 4 | 147 | 59 | 40 |
| Octal | 365 | 122 | 254 | 0 | 103 | 36 | 4 | 507 | 131 | 100 |
| Binary | 11110101 | 1010010 | 10101100 | 0 | 1000011 | 11110 | 100 | 101000111 | 1011001 | 1000000 |
Color Harmonies of #F552AC
Complementary color
Monochromatic Colors of #F552AC
Black with #F552AC
Text Example
Text Example
White with #F552AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552AC; }
p { color: rgb(245,82,172); }
H1.HeaderClassName
{
color: #F552AC;
}
.AnyTagClassName
{
color: #F552AC;
}
</style>
background-color css
<style>
a { background-color: #F552AC; }
a { background-color: rgb(245,82,172); }
div.DivClassName
{
background-color: #F552AC;
}
.BgClassName
{
background-color: #F552AC;
}
</style>
border-color css
<style>
span { border-color: #F552AC; }
span { border-color: rgb(245,82,172); }
td.TdClassName
{
border-color: #F552AC;
}
.TagClassName
{
border-color: #F552AC;
}
</style>