Shades of Brilliant Rose #FF4C9D
Tints of Brilliant Rose #FF4C9D
RGB
CMYK
RGB Variations
Color information
#FF4C9D (or 0xFF4C9D) is known color: Brilliant Rose. HEX triplet: FF, 4C and 9D. RGB value is (255,76,157). Sum of RGB (Red+Green+Blue) = 255+76+157=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C9D is #00B362. Grayscale: #8A8A8A. Windows color (decimal): -45923 or 10308863. OLE color: 10308863.
HSL color Cylindrical-coordinate representation of color #FF4C9D: hue angle of 332.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C9D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 157 | - |
| CMYK | 0 | 0.70 | 0.38 | 0 |
| HSL | 332.85º | 1% | 0.65% | - |
| HSV(B) | 332.85º | 0.7% | 1% | - |
| XYZ | 49.91 | 28.86 | 34.84 | - |
| YUV | 138.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 157 | 0 | 0.70 | 0.38 | 0 | 332.85 | 1 | 0.65 |
| Hex | FF | 4C | 9D | 0 | 46 | 26 | 0 | 14D | 64 | 41 |
| Octal | 377 | 114 | 235 | 0 | 106 | 46 | 0 | 515 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10011101 | 0 | 1000110 | 100110 | 0 | 101001101 | 1100100 | 1000001 |
Color Harmonies of #FF4C9D
Complementary color
Monochromatic Colors of #FF4C9D
Black with #FF4C9D
Text Example
Text Example
White with #FF4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C9D; }
p { color: rgb(255,76,157); }
H1.HeaderClassName
{
color: #FF4C9D;
}
.AnyTagClassName
{
color: #FF4C9D;
}
</style>
background-color css
<style>
a { background-color: #FF4C9D; }
a { background-color: rgb(255,76,157); }
div.DivClassName
{
background-color: #FF4C9D;
}
.BgClassName
{
background-color: #FF4C9D;
}
</style>
border-color css
<style>
span { border-color: #FF4C9D; }
span { border-color: rgb(255,76,157); }
td.TdClassName
{
border-color: #FF4C9D;
}
.TagClassName
{
border-color: #FF4C9D;
}
</style>