Shades of Brilliant Rose #FF4C9A
Tints of Brilliant Rose #FF4C9A
RGB
CMYK
RGB Variations
Color information
#FF4C9A (or 0xFF4C9A) is known color: Brilliant Rose. HEX triplet: FF, 4C and 9A. RGB value is (255,76,154). Sum of RGB (Red+Green+Blue) = 255+76+154=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C9A is #00B365. Grayscale: #8A8A8A. Windows color (decimal): -45926 or 10112255. OLE color: 10112255.
HSL color Cylindrical-coordinate representation of color #FF4C9A: hue angle of 333.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 #FF4C9A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 154 | - |
| CMYK | 0 | 0.70 | 0.40 | 0 |
| HSL | 333.85º | 1% | 0.65% | - |
| HSV(B) | 333.85º | 0.7% | 1% | - |
| XYZ | 49.66 | 28.76 | 33.51 | - |
| YUV | 138.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 154 | 0 | 0.70 | 0.40 | 0 | 333.85 | 1 | 0.65 |
| Hex | FF | 4C | 9A | 0 | 46 | 28 | 0 | 14E | 64 | 41 |
| Octal | 377 | 114 | 232 | 0 | 106 | 50 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10011010 | 0 | 1000110 | 101000 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4C9A
Complementary color
Monochromatic Colors of #FF4C9A
Black with #FF4C9A
Text Example
Text Example
White with #FF4C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C9A; }
p { color: rgb(255,76,154); }
H1.HeaderClassName
{
color: #FF4C9A;
}
.AnyTagClassName
{
color: #FF4C9A;
}
</style>
background-color css
<style>
a { background-color: #FF4C9A; }
a { background-color: rgb(255,76,154); }
div.DivClassName
{
background-color: #FF4C9A;
}
.BgClassName
{
background-color: #FF4C9A;
}
</style>
border-color css
<style>
span { border-color: #FF4C9A; }
span { border-color: rgb(255,76,154); }
td.TdClassName
{
border-color: #FF4C9A;
}
.TagClassName
{
border-color: #FF4C9A;
}
</style>