Shades of Brilliant Rose #FF4C9B
Tints of Brilliant Rose #FF4C9B
RGB
CMYK
RGB Variations
Color information
#FF4C9B (or 0xFF4C9B) is known color: Brilliant Rose. HEX triplet: FF, 4C and 9B. RGB value is (255,76,155). Sum of RGB (Red+Green+Blue) = 255+76+155=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4C9B is #00B364. Grayscale: #8A8A8A. Windows color (decimal): -45925 or 10177791. OLE color: 10177791.
HSL color Cylindrical-coordinate representation of color #FF4C9B: hue angle of 333.52º 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 #FF4C9B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 155 | - |
| CMYK | 0 | 0.70 | 0.39 | 0 |
| HSL | 333.52º | 1% | 0.65% | - |
| HSV(B) | 333.52º | 0.7% | 1% | - |
| XYZ | 49.74 | 28.8 | 33.95 | - |
| YUV | 138.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 155 | 0 | 0.70 | 0.39 | 0 | 333.52 | 1 | 0.65 |
| Hex | FF | 4C | 9B | 0 | 46 | 27 | 0 | 14E | 64 | 41 |
| Octal | 377 | 114 | 233 | 0 | 106 | 47 | 0 | 516 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10011011 | 0 | 1000110 | 100111 | 0 | 101001110 | 1100100 | 1000001 |
Color Harmonies of #FF4C9B
Complementary color
Monochromatic Colors of #FF4C9B
Black with #FF4C9B
Text Example
Text Example
White with #FF4C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C9B; }
p { color: rgb(255,76,155); }
H1.HeaderClassName
{
color: #FF4C9B;
}
.AnyTagClassName
{
color: #FF4C9B;
}
</style>
background-color css
<style>
a { background-color: #FF4C9B; }
a { background-color: rgb(255,76,155); }
div.DivClassName
{
background-color: #FF4C9B;
}
.BgClassName
{
background-color: #FF4C9B;
}
</style>
border-color css
<style>
span { border-color: #FF4C9B; }
span { border-color: rgb(255,76,155); }
td.TdClassName
{
border-color: #FF4C9B;
}
.TagClassName
{
border-color: #FF4C9B;
}
</style>