Shades of Brilliant Rose #F54C9D
Tints of Brilliant Rose #F54C9D
RGB
CMYK
RGB Variations
Color information
#F54C9D (or 0xF54C9D) is known color: Brilliant Rose. HEX triplet: F5, 4C and 9D. RGB value is (245,76,157). Sum of RGB (Red+Green+Blue) = 245+76+157=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54C9D is #0AB362. Grayscale: #878787. Windows color (decimal): -701283 or 10308853. OLE color: 10308853.
HSL color Cylindrical-coordinate representation of color #F54C9D: hue angle of 331.24º 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 #F54C9D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 157 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.04 |
| HSL | 331.24º | 0.89% | 0.63% | - |
| HSV(B) | 331.24º | 0.69% | 0.96% | - |
| XYZ | 46.33 | 27.02 | 34.67 | - |
| YUV | 135.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 157 | 0 | 0.69 | 0.36 | 0.04 | 331.24 | 0.89 | 0.63 |
| Hex | F5 | 4C | 9D | 0 | 45 | 24 | 4 | 14B | 59 | 3F |
| Octal | 365 | 114 | 235 | 0 | 105 | 44 | 4 | 513 | 131 | 77 |
| Binary | 11110101 | 1001100 | 10011101 | 0 | 1000101 | 100100 | 100 | 101001011 | 1011001 | 111111 |
Color Harmonies of #F54C9D
Complementary color
Monochromatic Colors of #F54C9D
Black with #F54C9D
Text Example
Text Example
White with #F54C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C9D; }
p { color: rgb(245,76,157); }
H1.HeaderClassName
{
color: #F54C9D;
}
.AnyTagClassName
{
color: #F54C9D;
}
</style>
background-color css
<style>
a { background-color: #F54C9D; }
a { background-color: rgb(245,76,157); }
div.DivClassName
{
background-color: #F54C9D;
}
.BgClassName
{
background-color: #F54C9D;
}
</style>
border-color css
<style>
span { border-color: #F54C9D; }
span { border-color: rgb(245,76,157); }
td.TdClassName
{
border-color: #F54C9D;
}
.TagClassName
{
border-color: #F54C9D;
}
</style>