Shades of Brilliant Rose #F555AC
Tints of Brilliant Rose #F555AC
RGB
CMYK
RGB Variations
Color information
#F555AC (or 0xF555AC) is known color: Brilliant Rose. HEX triplet: F5, 55 and AC. RGB value is (245,85,172). Sum of RGB (Red+Green+Blue) = 245+85+172=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F555AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F555AC is #0AAA53. Grayscale: #8E8E8E. Windows color (decimal): -698964 or 11294197. OLE color: 11294197.
HSL color Cylindrical-coordinate representation of color #F555AC: hue angle of 327.38º 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 #F555AC is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 172 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.04 |
| HSL | 327.38º | 0.89% | 0.65% | - |
| HSV(B) | 327.38º | 0.65% | 0.96% | - |
| XYZ | 48.35 | 28.89 | 42.06 | - |
| YUV | 142.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 172 | 0 | 0.65 | 0.30 | 0.04 | 327.38 | 0.89 | 0.65 |
| Hex | F5 | 55 | AC | 0 | 41 | 1E | 4 | 147 | 59 | 41 |
| Octal | 365 | 125 | 254 | 0 | 101 | 36 | 4 | 507 | 131 | 101 |
| Binary | 11110101 | 1010101 | 10101100 | 0 | 1000001 | 11110 | 100 | 101000111 | 1011001 | 1000001 |
Color Harmonies of #F555AC
Complementary color
Monochromatic Colors of #F555AC
Black with #F555AC
Text Example
Text Example
White with #F555AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555AC; }
p { color: rgb(245,85,172); }
H1.HeaderClassName
{
color: #F555AC;
}
.AnyTagClassName
{
color: #F555AC;
}
</style>
background-color css
<style>
a { background-color: #F555AC; }
a { background-color: rgb(245,85,172); }
div.DivClassName
{
background-color: #F555AC;
}
.BgClassName
{
background-color: #F555AC;
}
</style>
border-color css
<style>
span { border-color: #F555AC; }
span { border-color: rgb(245,85,172); }
td.TdClassName
{
border-color: #F555AC;
}
.TagClassName
{
border-color: #F555AC;
}
</style>