Shades of Brilliant Rose #F54BA7
Tints of Brilliant Rose #F54BA7
RGB
CMYK
RGB Variations
Color information
#F54BA7 (or 0xF54BA7) is known color: Brilliant Rose. HEX triplet: F5, 4B and A7. RGB value is (245,75,167). Sum of RGB (Red+Green+Blue) = 245+75+167=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F54BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54BA7 is #0AB458. Grayscale: #888888. Windows color (decimal): -701529 or 10963957. OLE color: 10963957.
HSL color Cylindrical-coordinate representation of color #F54BA7: hue angle of 327.53º 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 #F54BA7 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 167 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.04 |
| HSL | 327.53º | 0.89% | 0.63% | - |
| HSV(B) | 327.53º | 0.69% | 0.96% | - |
| XYZ | 47.15 | 27.23 | 39.33 | - |
| YUV | 136.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 167 | 0 | 0.69 | 0.32 | 0.04 | 327.53 | 0.89 | 0.63 |
| Hex | F5 | 4B | A7 | 0 | 45 | 20 | 4 | 148 | 59 | 3F |
| Octal | 365 | 113 | 247 | 0 | 105 | 40 | 4 | 510 | 131 | 77 |
| Binary | 11110101 | 1001011 | 10100111 | 0 | 1000101 | 100000 | 100 | 101001000 | 1011001 | 111111 |
Color Harmonies of #F54BA7
Complementary color
Monochromatic Colors of #F54BA7
Black with #F54BA7
Text Example
Text Example
White with #F54BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54BA7; }
p { color: rgb(245,75,167); }
H1.HeaderClassName
{
color: #F54BA7;
}
.AnyTagClassName
{
color: #F54BA7;
}
</style>
background-color css
<style>
a { background-color: #F54BA7; }
a { background-color: rgb(245,75,167); }
div.DivClassName
{
background-color: #F54BA7;
}
.BgClassName
{
background-color: #F54BA7;
}
</style>
border-color css
<style>
span { border-color: #F54BA7; }
span { border-color: rgb(245,75,167); }
td.TdClassName
{
border-color: #F54BA7;
}
.TagClassName
{
border-color: #F54BA7;
}
</style>