Shades of Brilliant Rose #FF4BB3
Tints of Brilliant Rose #FF4BB3
RGB
CMYK
RGB Variations
Color information
#FF4BB3 (or 0xFF4BB3) is known color: Brilliant Rose. HEX triplet: FF, 4B and B3. RGB value is (255,75,179). Sum of RGB (Red+Green+Blue) = 255+75+179=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4BB3 is #00B44C. Grayscale: #8C8C8C. Windows color (decimal): -46157 or 11750399. OLE color: 11750399.
HSL color Cylindrical-coordinate representation of color #FF4BB3: hue angle of 325.33º 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 #FF4BB3 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 179 | - |
| CMYK | 0 | 0.71 | 0.30 | 0 |
| HSL | 325.33º | 1% | 0.65% | - |
| HSV(B) | 325.33º | 0.71% | 1% | - |
| XYZ | 51.89 | 29.55 | 45.62 | - |
| YUV | 140.68 | 149.63 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 179 | 0 | 0.71 | 0.30 | 0 | 325.33 | 1 | 0.65 |
| Hex | FF | 4B | B3 | 0 | 47 | 1E | 0 | 145 | 64 | 41 |
| Octal | 377 | 113 | 263 | 0 | 107 | 36 | 0 | 505 | 144 | 101 |
| Binary | 11111111 | 1001011 | 10110011 | 0 | 1000111 | 11110 | 0 | 101000101 | 1100100 | 1000001 |
Color Harmonies of #FF4BB3
Complementary color
Monochromatic Colors of #FF4BB3
Black with #FF4BB3
Text Example
Text Example
White with #FF4BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BB3; }
p { color: rgb(255,75,179); }
H1.HeaderClassName
{
color: #FF4BB3;
}
.AnyTagClassName
{
color: #FF4BB3;
}
</style>
background-color css
<style>
a { background-color: #FF4BB3; }
a { background-color: rgb(255,75,179); }
div.DivClassName
{
background-color: #FF4BB3;
}
.BgClassName
{
background-color: #FF4BB3;
}
</style>
border-color css
<style>
span { border-color: #FF4BB3; }
span { border-color: rgb(255,75,179); }
td.TdClassName
{
border-color: #FF4BB3;
}
.TagClassName
{
border-color: #FF4BB3;
}
</style>