Shades of Brilliant Rose #FF50B9
Tints of Brilliant Rose #FF50B9
RGB
CMYK
RGB Variations
Color information
#FF50B9 (or 0xFF50B9) is known color: Brilliant Rose. HEX triplet: FF, 50 and B9. RGB value is (255,80,185). Sum of RGB (Red+Green+Blue) = 255+80+185=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50B9 is #00AF46. Grayscale: #909090. Windows color (decimal): -44871 or 12144895. OLE color: 12144895.
HSL color Cylindrical-coordinate representation of color #FF50B9: hue angle of 324º 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 #FF50B9 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 185 | - |
| CMYK | 0 | 0.69 | 0.27 | 0 |
| HSL | 324º | 1% | 0.66% | - |
| HSV(B) | 324º | 0.69% | 1% | - |
| XYZ | 52.87 | 30.5 | 49 | - |
| YUV | 144.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 185 | 0 | 0.69 | 0.27 | 0 | 324 | 1 | 0.66 |
| Hex | FF | 50 | B9 | 0 | 45 | 1B | 0 | 144 | 64 | 42 |
| Octal | 377 | 120 | 271 | 0 | 105 | 33 | 0 | 504 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10111001 | 0 | 1000101 | 11011 | 0 | 101000100 | 1100100 | 1000010 |
Color Harmonies of #FF50B9
Complementary color
Monochromatic Colors of #FF50B9
Black with #FF50B9
Text Example
Text Example
White with #FF50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50B9; }
p { color: rgb(255,80,185); }
H1.HeaderClassName
{
color: #FF50B9;
}
.AnyTagClassName
{
color: #FF50B9;
}
</style>
background-color css
<style>
a { background-color: #FF50B9; }
a { background-color: rgb(255,80,185); }
div.DivClassName
{
background-color: #FF50B9;
}
.BgClassName
{
background-color: #FF50B9;
}
</style>
border-color css
<style>
span { border-color: #FF50B9; }
span { border-color: rgb(255,80,185); }
td.TdClassName
{
border-color: #FF50B9;
}
.TagClassName
{
border-color: #FF50B9;
}
</style>