Shades of Brilliant Rose #F54DB8
Tints of Brilliant Rose #F54DB8
RGB
CMYK
RGB Variations
Color information
#F54DB8 (or 0xF54DB8) is known color: Brilliant Rose. HEX triplet: F5, 4D and B8. RGB value is (245,77,184). Sum of RGB (Red+Green+Blue) = 245+77+184=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54DB8 is #0AB247. Grayscale: #8B8B8B. Windows color (decimal): -701000 or 12078581. OLE color: 12078581.
HSL color Cylindrical-coordinate representation of color #F54DB8: hue angle of 321.79º 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 #F54DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 184 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.04 |
| HSL | 321.79º | 0.89% | 0.63% | - |
| HSV(B) | 321.79º | 0.69% | 0.96% | - |
| XYZ | 48.96 | 28.18 | 48.21 | - |
| YUV | 139.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 184 | 0 | 0.69 | 0.25 | 0.04 | 321.79 | 0.89 | 0.63 |
| Hex | F5 | 4D | B8 | 0 | 45 | 19 | 4 | 142 | 59 | 3F |
| Octal | 365 | 115 | 270 | 0 | 105 | 31 | 4 | 502 | 131 | 77 |
| Binary | 11110101 | 1001101 | 10111000 | 0 | 1000101 | 11001 | 100 | 101000010 | 1011001 | 111111 |
Color Harmonies of #F54DB8
Complementary color
Monochromatic Colors of #F54DB8
Black with #F54DB8
Text Example
Text Example
White with #F54DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DB8; }
p { color: rgb(245,77,184); }
H1.HeaderClassName
{
color: #F54DB8;
}
.AnyTagClassName
{
color: #F54DB8;
}
</style>
background-color css
<style>
a { background-color: #F54DB8; }
a { background-color: rgb(245,77,184); }
div.DivClassName
{
background-color: #F54DB8;
}
.BgClassName
{
background-color: #F54DB8;
}
</style>
border-color css
<style>
span { border-color: #F54DB8; }
span { border-color: rgb(245,77,184); }
td.TdClassName
{
border-color: #F54DB8;
}
.TagClassName
{
border-color: #F54DB8;
}
</style>