Shades of Brilliant Rose #F54BA8
Tints of Brilliant Rose #F54BA8
RGB
CMYK
RGB Variations
Color information
#F54BA8 (or 0xF54BA8) is known color: Brilliant Rose. HEX triplet: F5, 4B and A8. RGB value is (245,75,168). Sum of RGB (Red+Green+Blue) = 245+75+168=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54BA8 is #0AB457. Grayscale: #888888. Windows color (decimal): -701528 or 11029493. OLE color: 11029493.
HSL color Cylindrical-coordinate representation of color #F54BA8: hue angle of 327.18º 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 #F54BA8 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 168 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.04 |
| HSL | 327.18º | 0.89% | 0.63% | - |
| HSV(B) | 327.18º | 0.69% | 0.96% | - |
| XYZ | 47.24 | 27.27 | 39.82 | - |
| YUV | 136.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 168 | 0 | 0.69 | 0.31 | 0.04 | 327.18 | 0.89 | 0.63 |
| Hex | F5 | 4B | A8 | 0 | 45 | 1F | 4 | 147 | 59 | 3F |
| Octal | 365 | 113 | 250 | 0 | 105 | 37 | 4 | 507 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10101000 | 0 | 1000101 | 11111 | 100 | 101000111 | 1011001 | 111111 |
Color Harmonies of #F54BA8
Complementary color
Monochromatic Colors of #F54BA8
Black with #F54BA8
Text Example
Text Example
White with #F54BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BA8; }
p { color: rgb(245,75,168); }
H1.HeaderClassName
{
color: #F54BA8;
}
.AnyTagClassName
{
color: #F54BA8;
}
</style>
background-color css
<style>
a { background-color: #F54BA8; }
a { background-color: rgb(245,75,168); }
div.DivClassName
{
background-color: #F54BA8;
}
.BgClassName
{
background-color: #F54BA8;
}
</style>
border-color css
<style>
span { border-color: #F54BA8; }
span { border-color: rgb(245,75,168); }
td.TdClassName
{
border-color: #F54BA8;
}
.TagClassName
{
border-color: #F54BA8;
}
</style>