Shades of Brilliant Rose #F54A9A
Tints of Brilliant Rose #F54A9A
RGB
CMYK
RGB Variations
Color information
#F54A9A (or 0xF54A9A) is known color: Brilliant Rose. HEX triplet: F5, 4A and 9A. RGB value is (245,74,154). Sum of RGB (Red+Green+Blue) = 245+74+154=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54A9A is #0AB565. Grayscale: #868686. Windows color (decimal): -701798 or 10111733. OLE color: 10111733.
HSL color Cylindrical-coordinate representation of color #F54A9A: hue angle of 331.93º 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 #F54A9A is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 154 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.04 |
| HSL | 331.93º | 0.9% | 0.63% | - |
| HSV(B) | 331.93º | 0.7% | 0.96% | - |
| XYZ | 45.94 | 26.64 | 33.29 | - |
| YUV | 134.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 154 | 0 | 0.70 | 0.37 | 0.04 | 331.93 | 0.9 | 0.63 |
| Hex | F5 | 4A | 9A | 0 | 46 | 25 | 4 | 14C | 5A | 3F |
| Octal | 365 | 112 | 232 | 0 | 106 | 45 | 4 | 514 | 132 | 77 |
| Binary | 11110101 | 1001010 | 10011010 | 0 | 1000110 | 100101 | 100 | 101001100 | 1011010 | 111111 |
Color Harmonies of #F54A9A
Complementary color
Monochromatic Colors of #F54A9A
Black with #F54A9A
Text Example
Text Example
White with #F54A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A9A; }
p { color: rgb(245,74,154); }
H1.HeaderClassName
{
color: #F54A9A;
}
.AnyTagClassName
{
color: #F54A9A;
}
</style>
background-color css
<style>
a { background-color: #F54A9A; }
a { background-color: rgb(245,74,154); }
div.DivClassName
{
background-color: #F54A9A;
}
.BgClassName
{
background-color: #F54A9A;
}
</style>
border-color css
<style>
span { border-color: #F54A9A; }
span { border-color: rgb(245,74,154); }
td.TdClassName
{
border-color: #F54A9A;
}
.TagClassName
{
border-color: #F54A9A;
}
</style>