Shades of Brilliant Rose #FF4CBB
Tints of Brilliant Rose #FF4CBB
RGB
CMYK
RGB Variations
Color information
#FF4CBB (or 0xFF4CBB) is known color: Brilliant Rose. HEX triplet: FF, 4C and BB. RGB value is (255,76,187). Sum of RGB (Red+Green+Blue) = 255+76+187=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CBB is #00B344. Grayscale: #8D8D8D. Windows color (decimal): -45893 or 12274943. OLE color: 12274943.
HSL color Cylindrical-coordinate representation of color #FF4CBB: hue angle of 322.79º 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 #FF4CBB is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 187 | - |
| CMYK | 0 | 0.70 | 0.27 | 0 |
| HSL | 322.79º | 1% | 0.65% | - |
| HSV(B) | 322.79º | 0.7% | 1% | - |
| XYZ | 52.79 | 30.02 | 50.02 | - |
| YUV | 142.18 | 153.3 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 187 | 0 | 0.70 | 0.27 | 0 | 322.79 | 1 | 0.65 |
| Hex | FF | 4C | BB | 0 | 46 | 1B | 0 | 143 | 64 | 41 |
| Octal | 377 | 114 | 273 | 0 | 106 | 33 | 0 | 503 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10111011 | 0 | 1000110 | 11011 | 0 | 101000011 | 1100100 | 1000001 |
Color Harmonies of #FF4CBB
Complementary color
Monochromatic Colors of #FF4CBB
Black with #FF4CBB
Text Example
Text Example
White with #FF4CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CBB; }
p { color: rgb(255,76,187); }
H1.HeaderClassName
{
color: #FF4CBB;
}
.AnyTagClassName
{
color: #FF4CBB;
}
</style>
background-color css
<style>
a { background-color: #FF4CBB; }
a { background-color: rgb(255,76,187); }
div.DivClassName
{
background-color: #FF4CBB;
}
.BgClassName
{
background-color: #FF4CBB;
}
</style>
border-color css
<style>
span { border-color: #FF4CBB; }
span { border-color: rgb(255,76,187); }
td.TdClassName
{
border-color: #FF4CBB;
}
.TagClassName
{
border-color: #FF4CBB;
}
</style>