Shades of Brilliant Rose #F54B9A
Tints of Brilliant Rose #F54B9A
RGB
CMYK
RGB Variations
Color information
#F54B9A (or 0xF54B9A) is known color: Brilliant Rose. HEX triplet: F5, 4B and 9A. RGB value is (245,75,154). Sum of RGB (Red+Green+Blue) = 245+75+154=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54B9A is #0AB465. Grayscale: #868686. Windows color (decimal): -701542 or 10111989. OLE color: 10111989.
HSL color Cylindrical-coordinate representation of color #F54B9A: hue angle of 332.12º 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 #F54B9A is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 154 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.04 |
| HSL | 332.12º | 0.89% | 0.63% | - |
| HSV(B) | 332.12º | 0.69% | 0.96% | - |
| XYZ | 46.01 | 26.78 | 33.32 | - |
| YUV | 134.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 154 | 0 | 0.69 | 0.37 | 0.04 | 332.12 | 0.89 | 0.63 |
| Hex | F5 | 4B | 9A | 0 | 45 | 25 | 4 | 14C | 59 | 3F |
| Octal | 365 | 113 | 232 | 0 | 105 | 45 | 4 | 514 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10011010 | 0 | 1000101 | 100101 | 100 | 101001100 | 1011001 | 111111 |
Color Harmonies of #F54B9A
Complementary color
Monochromatic Colors of #F54B9A
Black with #F54B9A
Text Example
Text Example
White with #F54B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54B9A; }
p { color: rgb(245,75,154); }
H1.HeaderClassName
{
color: #F54B9A;
}
.AnyTagClassName
{
color: #F54B9A;
}
</style>
background-color css
<style>
a { background-color: #F54B9A; }
a { background-color: rgb(245,75,154); }
div.DivClassName
{
background-color: #F54B9A;
}
.BgClassName
{
background-color: #F54B9A;
}
</style>
border-color css
<style>
span { border-color: #F54B9A; }
span { border-color: rgb(245,75,154); }
td.TdClassName
{
border-color: #F54B9A;
}
.TagClassName
{
border-color: #F54B9A;
}
</style>