Shades of Brilliant Rose #F54CAC
Tints of Brilliant Rose #F54CAC
RGB
CMYK
RGB Variations
Color information
#F54CAC (or 0xF54CAC) is known color: Brilliant Rose. HEX triplet: F5, 4C and AC. RGB value is (245,76,172). Sum of RGB (Red+Green+Blue) = 245+76+172=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F54CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54CAC is #0AB353. Grayscale: #898989. Windows color (decimal): -701268 or 11291893. OLE color: 11291893.
HSL color Cylindrical-coordinate representation of color #F54CAC: hue angle of 325.92º 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 #F54CAC is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 172 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.04 |
| HSL | 325.92º | 0.89% | 0.63% | - |
| HSV(B) | 325.92º | 0.69% | 0.96% | - |
| XYZ | 47.69 | 27.56 | 41.84 | - |
| YUV | 137.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 172 | 0 | 0.69 | 0.30 | 0.04 | 325.92 | 0.89 | 0.63 |
| Hex | F5 | 4C | AC | 0 | 45 | 1E | 4 | 146 | 59 | 3F |
| Octal | 365 | 114 | 254 | 0 | 105 | 36 | 4 | 506 | 131 | 77 |
| Binary | 11110101 | 1001100 | 10101100 | 0 | 1000101 | 11110 | 100 | 101000110 | 1011001 | 111111 |
Color Harmonies of #F54CAC
Complementary color
Monochromatic Colors of #F54CAC
Black with #F54CAC
Text Example
Text Example
White with #F54CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54CAC; }
p { color: rgb(245,76,172); }
H1.HeaderClassName
{
color: #F54CAC;
}
.AnyTagClassName
{
color: #F54CAC;
}
</style>
background-color css
<style>
a { background-color: #F54CAC; }
a { background-color: rgb(245,76,172); }
div.DivClassName
{
background-color: #F54CAC;
}
.BgClassName
{
background-color: #F54CAC;
}
</style>
border-color css
<style>
span { border-color: #F54CAC; }
span { border-color: rgb(245,76,172); }
td.TdClassName
{
border-color: #F54CAC;
}
.TagClassName
{
border-color: #F54CAC;
}
</style>