Shades of Brilliant Rose #F54BAA
Tints of Brilliant Rose #F54BAA
RGB
CMYK
RGB Variations
Color information
#F54BAA (or 0xF54BAA) is known color: Brilliant Rose. HEX triplet: F5, 4B and AA. RGB value is (245,75,170). Sum of RGB (Red+Green+Blue) = 245+75+170=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54BAA is #0AB455. Grayscale: #888888. Windows color (decimal): -701526 or 11160565. OLE color: 11160565.
HSL color Cylindrical-coordinate representation of color #F54BAA: hue angle of 326.47º 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 #F54BAA is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 170 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.04 |
| HSL | 326.47º | 0.89% | 0.63% | - |
| HSV(B) | 326.47º | 0.69% | 0.96% | - |
| XYZ | 47.43 | 27.35 | 40.81 | - |
| YUV | 136.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 170 | 0 | 0.69 | 0.31 | 0.04 | 326.47 | 0.89 | 0.63 |
| Hex | F5 | 4B | AA | 0 | 45 | 1F | 4 | 146 | 59 | 3F |
| Octal | 365 | 113 | 252 | 0 | 105 | 37 | 4 | 506 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10101010 | 0 | 1000101 | 11111 | 100 | 101000110 | 1011001 | 111111 |
Color Harmonies of #F54BAA
Complementary color
Monochromatic Colors of #F54BAA
Black with #F54BAA
Text Example
Text Example
White with #F54BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BAA; }
p { color: rgb(245,75,170); }
H1.HeaderClassName
{
color: #F54BAA;
}
.AnyTagClassName
{
color: #F54BAA;
}
</style>
background-color css
<style>
a { background-color: #F54BAA; }
a { background-color: rgb(245,75,170); }
div.DivClassName
{
background-color: #F54BAA;
}
.BgClassName
{
background-color: #F54BAA;
}
</style>
border-color css
<style>
span { border-color: #F54BAA; }
span { border-color: rgb(245,75,170); }
td.TdClassName
{
border-color: #F54BAA;
}
.TagClassName
{
border-color: #F54BAA;
}
</style>