Shades of Brilliant Rose #F54BA6
Tints of Brilliant Rose #F54BA6
RGB
CMYK
RGB Variations
Color information
#F54BA6 (or 0xF54BA6) is known color: Brilliant Rose. HEX triplet: F5, 4B and A6. RGB value is (245,75,166). Sum of RGB (Red+Green+Blue) = 245+75+166=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54BA6 is #0AB459. Grayscale: #888888. Windows color (decimal): -701530 or 10898421. OLE color: 10898421.
HSL color Cylindrical-coordinate representation of color #F54BA6: hue angle of 327.88º 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 #F54BA6 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 166 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.04 |
| HSL | 327.88º | 0.89% | 0.63% | - |
| HSV(B) | 327.88º | 0.69% | 0.96% | - |
| XYZ | 47.06 | 27.2 | 38.85 | - |
| YUV | 136.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 166 | 0 | 0.69 | 0.32 | 0.04 | 327.88 | 0.89 | 0.63 |
| Hex | F5 | 4B | A6 | 0 | 45 | 20 | 4 | 148 | 59 | 3F |
| Octal | 365 | 113 | 246 | 0 | 105 | 40 | 4 | 510 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10100110 | 0 | 1000101 | 100000 | 100 | 101001000 | 1011001 | 111111 |
Color Harmonies of #F54BA6
Complementary color
Monochromatic Colors of #F54BA6
Black with #F54BA6
Text Example
Text Example
White with #F54BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BA6; }
p { color: rgb(245,75,166); }
H1.HeaderClassName
{
color: #F54BA6;
}
.AnyTagClassName
{
color: #F54BA6;
}
</style>
background-color css
<style>
a { background-color: #F54BA6; }
a { background-color: rgb(245,75,166); }
div.DivClassName
{
background-color: #F54BA6;
}
.BgClassName
{
background-color: #F54BA6;
}
</style>
border-color css
<style>
span { border-color: #F54BA6; }
span { border-color: rgb(245,75,166); }
td.TdClassName
{
border-color: #F54BA6;
}
.TagClassName
{
border-color: #F54BA6;
}
</style>