Shades of Brilliant Rose #FF4BB5
Tints of Brilliant Rose #FF4BB5
RGB
CMYK
RGB Variations
Color information
#FF4BB5 (or 0xFF4BB5) is known color: Brilliant Rose. HEX triplet: FF, 4B and B5. RGB value is (255,75,181). Sum of RGB (Red+Green+Blue) = 255+75+181=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BB5 is #00B44A. Grayscale: #8C8C8C. Windows color (decimal): -46155 or 11881471. OLE color: 11881471.
HSL color Cylindrical-coordinate representation of color #FF4BB5: hue angle of 324.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BB5 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 181 | - |
| CMYK | 0 | 0.71 | 0.29 | 0 |
| HSL | 324.67º | 1% | 0.65% | - |
| HSV(B) | 324.67º | 0.71% | 1% | - |
| XYZ | 52.1 | 29.63 | 46.69 | - |
| YUV | 140.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 181 | 0 | 0.71 | 0.29 | 0 | 324.67 | 1 | 0.65 |
| Hex | FF | 4B | B5 | 0 | 47 | 1D | 0 | 145 | 64 | 41 |
| Octal | 377 | 113 | 265 | 0 | 107 | 35 | 0 | 505 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10110101 | 0 | 1000111 | 11101 | 0 | 101000101 | 1100100 | 1000001 |
Color Harmonies of #FF4BB5
Complementary color
Monochromatic Colors of #FF4BB5
Black with #FF4BB5
Text Example
Text Example
White with #FF4BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BB5; }
p { color: rgb(255,75,181); }
H1.HeaderClassName
{
color: #FF4BB5;
}
.AnyTagClassName
{
color: #FF4BB5;
}
</style>
background-color css
<style>
a { background-color: #FF4BB5; }
a { background-color: rgb(255,75,181); }
div.DivClassName
{
background-color: #FF4BB5;
}
.BgClassName
{
background-color: #FF4BB5;
}
</style>
border-color css
<style>
span { border-color: #FF4BB5; }
span { border-color: rgb(255,75,181); }
td.TdClassName
{
border-color: #FF4BB5;
}
.TagClassName
{
border-color: #FF4BB5;
}
</style>