Shades of Brilliant Rose #F54DAC
Tints of Brilliant Rose #F54DAC
RGB
CMYK
RGB Variations
Color information
#F54DAC (or 0xF54DAC) is known color: Brilliant Rose. HEX triplet: F5, 4D and AC. RGB value is (245,77,172). Sum of RGB (Red+Green+Blue) = 245+77+172=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54DAC is #0AB253. Grayscale: #898989. Windows color (decimal): -701012 or 11292149. OLE color: 11292149.
HSL color Cylindrical-coordinate representation of color #F54DAC: hue angle of 326.07º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DAC is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 172 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.04 |
| HSL | 326.07º | 0.89% | 0.63% | - |
| HSV(B) | 326.07º | 0.69% | 0.96% | - |
| XYZ | 47.76 | 27.7 | 41.86 | - |
| YUV | 138.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 172 | 0 | 0.69 | 0.30 | 0.04 | 326.07 | 0.89 | 0.63 |
| Hex | F5 | 4D | AC | 0 | 45 | 1E | 4 | 146 | 59 | 3F |
| Octal | 365 | 115 | 254 | 0 | 105 | 36 | 4 | 506 | 131 | 77 |
| Binary | 11110101 | 1001101 | 10101100 | 0 | 1000101 | 11110 | 100 | 101000110 | 1011001 | 111111 |
Color Harmonies of #F54DAC
Complementary color
Monochromatic Colors of #F54DAC
Black with #F54DAC
Text Example
Text Example
White with #F54DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DAC; }
p { color: rgb(245,77,172); }
H1.HeaderClassName
{
color: #F54DAC;
}
.AnyTagClassName
{
color: #F54DAC;
}
</style>
background-color css
<style>
a { background-color: #F54DAC; }
a { background-color: rgb(245,77,172); }
div.DivClassName
{
background-color: #F54DAC;
}
.BgClassName
{
background-color: #F54DAC;
}
</style>
border-color css
<style>
span { border-color: #F54DAC; }
span { border-color: rgb(245,77,172); }
td.TdClassName
{
border-color: #F54DAC;
}
.TagClassName
{
border-color: #F54DAC;
}
</style>