Shades of Brilliant Rose #FF4CB2
Tints of Brilliant Rose #FF4CB2
RGB
CMYK
RGB Variations
Color information
#FF4CB2 (or 0xFF4CB2) is known color: Brilliant Rose. HEX triplet: FF, 4C and B2. RGB value is (255,76,178). Sum of RGB (Red+Green+Blue) = 255+76+178=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4CB2 is #00B34D. Grayscale: #8C8C8C. Windows color (decimal): -45902 or 11685119. OLE color: 11685119.
HSL color Cylindrical-coordinate representation of color #FF4CB2: hue angle of 325.81º 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 #FF4CB2 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 178 | - |
| CMYK | 0 | 0.70 | 0.30 | 0 |
| HSL | 325.81º | 1% | 0.65% | - |
| HSV(B) | 325.81º | 0.7% | 1% | - |
| XYZ | 51.86 | 29.64 | 45.11 | - |
| YUV | 141.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 178 | 0 | 0.70 | 0.30 | 0 | 325.81 | 1 | 0.65 |
| Hex | FF | 4C | B2 | 0 | 46 | 1E | 0 | 146 | 64 | 41 |
| Octal | 377 | 114 | 262 | 0 | 106 | 36 | 0 | 506 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10110010 | 0 | 1000110 | 11110 | 0 | 101000110 | 1100100 | 1000001 |
Color Harmonies of #FF4CB2
Complementary color
Monochromatic Colors of #FF4CB2
Black with #FF4CB2
Text Example
Text Example
White with #FF4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CB2; }
p { color: rgb(255,76,178); }
H1.HeaderClassName
{
color: #FF4CB2;
}
.AnyTagClassName
{
color: #FF4CB2;
}
</style>
background-color css
<style>
a { background-color: #FF4CB2; }
a { background-color: rgb(255,76,178); }
div.DivClassName
{
background-color: #FF4CB2;
}
.BgClassName
{
background-color: #FF4CB2;
}
</style>
border-color css
<style>
span { border-color: #FF4CB2; }
span { border-color: rgb(255,76,178); }
td.TdClassName
{
border-color: #FF4CB2;
}
.TagClassName
{
border-color: #FF4CB2;
}
</style>