Shades of Brilliant Rose #F54AAB
Tints of Brilliant Rose #F54AAB
RGB
CMYK
RGB Variations
Color information
#F54AAB (or 0xF54AAB) is known color: Brilliant Rose. HEX triplet: F5, 4A and AB. RGB value is (245,74,171). Sum of RGB (Red+Green+Blue) = 245+74+171=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F54AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54AAB is #0AB554. Grayscale: #878787. Windows color (decimal): -701781 or 11225845. OLE color: 11225845.
HSL color Cylindrical-coordinate representation of color #F54AAB: hue angle of 325.96º 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 #F54AAB is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 171 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.04 |
| HSL | 325.96º | 0.9% | 0.63% | - |
| HSV(B) | 325.96º | 0.7% | 0.96% | - |
| XYZ | 47.46 | 27.25 | 41.29 | - |
| YUV | 136.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 171 | 0 | 0.70 | 0.30 | 0.04 | 325.96 | 0.9 | 0.63 |
| Hex | F5 | 4A | AB | 0 | 46 | 1E | 4 | 146 | 5A | 3F |
| Octal | 365 | 112 | 253 | 0 | 106 | 36 | 4 | 506 | 132 | 77 |
| Binary | 11110101 | 1001010 | 10101011 | 0 | 1000110 | 11110 | 100 | 101000110 | 1011010 | 111111 |
Color Harmonies of #F54AAB
Complementary color
Monochromatic Colors of #F54AAB
Black with #F54AAB
Text Example
Text Example
White with #F54AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AAB; }
p { color: rgb(245,74,171); }
H1.HeaderClassName
{
color: #F54AAB;
}
.AnyTagClassName
{
color: #F54AAB;
}
</style>
background-color css
<style>
a { background-color: #F54AAB; }
a { background-color: rgb(245,74,171); }
div.DivClassName
{
background-color: #F54AAB;
}
.BgClassName
{
background-color: #F54AAB;
}
</style>
border-color css
<style>
span { border-color: #F54AAB; }
span { border-color: rgb(245,74,171); }
td.TdClassName
{
border-color: #F54AAB;
}
.TagClassName
{
border-color: #F54AAB;
}
</style>