Shades of Brilliant Rose #F54BA2
Tints of Brilliant Rose #F54BA2
RGB
CMYK
RGB Variations
Color information
#F54BA2 (or 0xF54BA2) is known color: Brilliant Rose. HEX triplet: F5, 4B and A2. RGB value is (245,75,162). Sum of RGB (Red+Green+Blue) = 245+75+162=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54BA2 is #0AB45D. Grayscale: #878787. Windows color (decimal): -701534 or 10636277. OLE color: 10636277.
HSL color Cylindrical-coordinate representation of color #F54BA2: hue angle of 329.29º 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 #F54BA2 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 162 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.04 |
| HSL | 329.29º | 0.89% | 0.63% | - |
| HSV(B) | 329.29º | 0.69% | 0.96% | - |
| XYZ | 46.69 | 27.05 | 36.94 | - |
| YUV | 135.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 162 | 0 | 0.69 | 0.34 | 0.04 | 329.29 | 0.89 | 0.63 |
| Hex | F5 | 4B | A2 | 0 | 45 | 22 | 4 | 149 | 59 | 3F |
| Octal | 365 | 113 | 242 | 0 | 105 | 42 | 4 | 511 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10100010 | 0 | 1000101 | 100010 | 100 | 101001001 | 1011001 | 111111 |
Color Harmonies of #F54BA2
Complementary color
Monochromatic Colors of #F54BA2
Black with #F54BA2
Text Example
Text Example
White with #F54BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BA2; }
p { color: rgb(245,75,162); }
H1.HeaderClassName
{
color: #F54BA2;
}
.AnyTagClassName
{
color: #F54BA2;
}
</style>
background-color css
<style>
a { background-color: #F54BA2; }
a { background-color: rgb(245,75,162); }
div.DivClassName
{
background-color: #F54BA2;
}
.BgClassName
{
background-color: #F54BA2;
}
</style>
border-color css
<style>
span { border-color: #F54BA2; }
span { border-color: rgb(245,75,162); }
td.TdClassName
{
border-color: #F54BA2;
}
.TagClassName
{
border-color: #F54BA2;
}
</style>