Shades of Brilliant Rose #FF50B5
Tints of Brilliant Rose #FF50B5
RGB
CMYK
RGB Variations
Color information
#FF50B5 (or 0xFF50B5) is known color: Brilliant Rose. HEX triplet: FF, 50 and B5. RGB value is (255,80,181). Sum of RGB (Red+Green+Blue) = 255+80+181=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50B5 is #00AF4A. Grayscale: #8F8F8F. Windows color (decimal): -44875 or 11882751. OLE color: 11882751.
HSL color Cylindrical-coordinate representation of color #FF50B5: hue angle of 325.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50B5 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 181 | - |
| CMYK | 0 | 0.69 | 0.29 | 0 |
| HSL | 325.37º | 1% | 0.66% | - |
| HSV(B) | 325.37º | 0.69% | 1% | - |
| XYZ | 52.45 | 30.33 | 46.81 | - |
| YUV | 143.84 | 148.98 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 181 | 0 | 0.69 | 0.29 | 0 | 325.37 | 1 | 0.66 |
| Hex | FF | 50 | B5 | 0 | 45 | 1D | 0 | 145 | 64 | 42 |
| Octal | 377 | 120 | 265 | 0 | 105 | 35 | 0 | 505 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10110101 | 0 | 1000101 | 11101 | 0 | 101000101 | 1100100 | 1000010 |
Color Harmonies of #FF50B5
Complementary color
Monochromatic Colors of #FF50B5
Black with #FF50B5
Text Example
Text Example
White with #FF50B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50B5; }
p { color: rgb(255,80,181); }
H1.HeaderClassName
{
color: #FF50B5;
}
.AnyTagClassName
{
color: #FF50B5;
}
</style>
background-color css
<style>
a { background-color: #FF50B5; }
a { background-color: rgb(255,80,181); }
div.DivClassName
{
background-color: #FF50B5;
}
.BgClassName
{
background-color: #FF50B5;
}
</style>
border-color css
<style>
span { border-color: #FF50B5; }
span { border-color: rgb(255,80,181); }
td.TdClassName
{
border-color: #FF50B5;
}
.TagClassName
{
border-color: #FF50B5;
}
</style>