Shades of Brilliant Rose #F54AAA
Tints of Brilliant Rose #F54AAA
RGB
CMYK
RGB Variations
Color information
#F54AAA (or 0xF54AAA) is known color: Brilliant Rose. HEX triplet: F5, 4A and AA. RGB value is (245,74,170). Sum of RGB (Red+Green+Blue) = 245+74+170=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F54AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54AAA is #0AB555. Grayscale: #878787. Windows color (decimal): -701782 or 11160309. OLE color: 11160309.
HSL color Cylindrical-coordinate representation of color #F54AAA: hue angle of 326.32º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54AAA is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 170 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.04 |
| HSL | 326.32º | 0.9% | 0.63% | - |
| HSV(B) | 326.32º | 0.7% | 0.96% | - |
| XYZ | 47.36 | 27.21 | 40.79 | - |
| YUV | 136.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 170 | 0 | 0.70 | 0.31 | 0.04 | 326.32 | 0.9 | 0.63 |
| Hex | F5 | 4A | AA | 0 | 46 | 1F | 4 | 146 | 5A | 3F |
| Octal | 365 | 112 | 252 | 0 | 106 | 37 | 4 | 506 | 132 | 77 |
| Binary | 11110101 | 1001010 | 10101010 | 0 | 1000110 | 11111 | 100 | 101000110 | 1011010 | 111111 |
Color Harmonies of #F54AAA
Complementary color
Monochromatic Colors of #F54AAA
Black with #F54AAA
Text Example
Text Example
White with #F54AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AAA; }
p { color: rgb(245,74,170); }
H1.HeaderClassName
{
color: #F54AAA;
}
.AnyTagClassName
{
color: #F54AAA;
}
</style>
background-color css
<style>
a { background-color: #F54AAA; }
a { background-color: rgb(245,74,170); }
div.DivClassName
{
background-color: #F54AAA;
}
.BgClassName
{
background-color: #F54AAA;
}
</style>
border-color css
<style>
span { border-color: #F54AAA; }
span { border-color: rgb(245,74,170); }
td.TdClassName
{
border-color: #F54AAA;
}
.TagClassName
{
border-color: #F54AAA;
}
</style>