Shades of Brilliant Rose #FF4CB0
Tints of Brilliant Rose #FF4CB0
RGB
CMYK
RGB Variations
Color information
#FF4CB0 (or 0xFF4CB0) is known color: Brilliant Rose. HEX triplet: FF, 4C and B0. RGB value is (255,76,176). Sum of RGB (Red+Green+Blue) = 255+76+176=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CB0 is #00B34F. Grayscale: #8C8C8C. Windows color (decimal): -45904 or 11554047. OLE color: 11554047.
HSL color Cylindrical-coordinate representation of color #FF4CB0: hue angle of 326.48º 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 #FF4CB0 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 176 | - |
| CMYK | 0 | 0.70 | 0.31 | 0 |
| HSL | 326.48º | 1% | 0.65% | - |
| HSV(B) | 326.48º | 0.7% | 1% | - |
| XYZ | 51.66 | 29.56 | 44.06 | - |
| YUV | 140.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 176 | 0 | 0.70 | 0.31 | 0 | 326.48 | 1 | 0.65 |
| Hex | FF | 4C | B0 | 0 | 46 | 1F | 0 | 146 | 64 | 41 |
| Octal | 377 | 114 | 260 | 0 | 106 | 37 | 0 | 506 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10110000 | 0 | 1000110 | 11111 | 0 | 101000110 | 1100100 | 1000001 |
Color Harmonies of #FF4CB0
Complementary color
Monochromatic Colors of #FF4CB0
Black with #FF4CB0
Text Example
Text Example
White with #FF4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CB0; }
p { color: rgb(255,76,176); }
H1.HeaderClassName
{
color: #FF4CB0;
}
.AnyTagClassName
{
color: #FF4CB0;
}
</style>
background-color css
<style>
a { background-color: #FF4CB0; }
a { background-color: rgb(255,76,176); }
div.DivClassName
{
background-color: #FF4CB0;
}
.BgClassName
{
background-color: #FF4CB0;
}
</style>
border-color css
<style>
span { border-color: #FF4CB0; }
span { border-color: rgb(255,76,176); }
td.TdClassName
{
border-color: #FF4CB0;
}
.TagClassName
{
border-color: #FF4CB0;
}
</style>