Shades of Brilliant Rose #FF4CB3
Tints of Brilliant Rose #FF4CB3
RGB
CMYK
RGB Variations
Color information
#FF4CB3 (or 0xFF4CB3) is known color: Brilliant Rose. HEX triplet: FF, 4C and B3. RGB value is (255,76,179). Sum of RGB (Red+Green+Blue) = 255+76+179=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CB3 is #00B34C. Grayscale: #8D8D8D. Windows color (decimal): -45901 or 11750655. OLE color: 11750655.
HSL color Cylindrical-coordinate representation of color #FF4CB3: hue angle of 325.47º 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 #FF4CB3 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 179 | - |
| CMYK | 0 | 0.70 | 0.30 | 0 |
| HSL | 325.47º | 1% | 0.65% | - |
| HSV(B) | 325.47º | 0.7% | 1% | - |
| XYZ | 51.96 | 29.68 | 45.64 | - |
| YUV | 141.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 179 | 0 | 0.70 | 0.30 | 0 | 325.47 | 1 | 0.65 |
| Hex | FF | 4C | B3 | 0 | 46 | 1E | 0 | 145 | 64 | 41 |
| Octal | 377 | 114 | 263 | 0 | 106 | 36 | 0 | 505 | 144 | 101 |
| Binary | 11111111 | 1001100 | 10110011 | 0 | 1000110 | 11110 | 0 | 101000101 | 1100100 | 1000001 |
Color Harmonies of #FF4CB3
Complementary color
Monochromatic Colors of #FF4CB3
Black with #FF4CB3
Text Example
Text Example
White with #FF4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CB3; }
p { color: rgb(255,76,179); }
H1.HeaderClassName
{
color: #FF4CB3;
}
.AnyTagClassName
{
color: #FF4CB3;
}
</style>
background-color css
<style>
a { background-color: #FF4CB3; }
a { background-color: rgb(255,76,179); }
div.DivClassName
{
background-color: #FF4CB3;
}
.BgClassName
{
background-color: #FF4CB3;
}
</style>
border-color css
<style>
span { border-color: #FF4CB3; }
span { border-color: rgb(255,76,179); }
td.TdClassName
{
border-color: #FF4CB3;
}
.TagClassName
{
border-color: #FF4CB3;
}
</style>