Shades of Brilliant Rose #F54FBA
Tints of Brilliant Rose #F54FBA
RGB
CMYK
RGB Variations
Color information
#F54FBA (or 0xF54FBA) is known color: Brilliant Rose. HEX triplet: F5, 4F and BA. RGB value is (245,79,186). Sum of RGB (Red+Green+Blue) = 245+79+186=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F54FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54FBA is #0AB045. Grayscale: #8C8C8C. Windows color (decimal): -700486 or 12210165. OLE color: 12210165.
HSL color Cylindrical-coordinate representation of color #F54FBA: hue angle of 321.33º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54FBA is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 186 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.04 |
| HSL | 321.33º | 0.89% | 0.64% | - |
| HSV(B) | 321.33º | 0.68% | 0.96% | - |
| XYZ | 49.32 | 28.55 | 49.37 | - |
| YUV | 140.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 186 | 0 | 0.68 | 0.24 | 0.04 | 321.33 | 0.89 | 0.64 |
| Hex | F5 | 4F | BA | 0 | 44 | 18 | 4 | 141 | 59 | 40 |
| Octal | 365 | 117 | 272 | 0 | 104 | 30 | 4 | 501 | 131 | 100 |
| Binary | 11110101 | 1001111 | 10111010 | 0 | 1000100 | 11000 | 100 | 101000001 | 1011001 | 1000000 |
Color Harmonies of #F54FBA
Complementary color
Monochromatic Colors of #F54FBA
Black with #F54FBA
Text Example
Text Example
White with #F54FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54FBA; }
p { color: rgb(245,79,186); }
H1.HeaderClassName
{
color: #F54FBA;
}
.AnyTagClassName
{
color: #F54FBA;
}
</style>
background-color css
<style>
a { background-color: #F54FBA; }
a { background-color: rgb(245,79,186); }
div.DivClassName
{
background-color: #F54FBA;
}
.BgClassName
{
background-color: #F54FBA;
}
</style>
border-color css
<style>
span { border-color: #F54FBA; }
span { border-color: rgb(245,79,186); }
td.TdClassName
{
border-color: #F54FBA;
}
.TagClassName
{
border-color: #F54FBA;
}
</style>