Shades of Brilliant Rose #FF50B8
Tints of Brilliant Rose #FF50B8
RGB
CMYK
RGB Variations
Color information
#FF50B8 (or 0xFF50B8) is known color: Brilliant Rose. HEX triplet: FF, 50 and B8. RGB value is (255,80,184). Sum of RGB (Red+Green+Blue) = 255+80+184=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50B8 is #00AF47. Grayscale: #8F8F8F. Windows color (decimal): -44872 or 12079359. OLE color: 12079359.
HSL color Cylindrical-coordinate representation of color #FF50B8: hue angle of 324.34º 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 #FF50B8 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 184 | - |
| CMYK | 0 | 0.69 | 0.28 | 0 |
| HSL | 324.34º | 1% | 0.66% | - |
| HSV(B) | 324.34º | 0.69% | 1% | - |
| XYZ | 52.76 | 30.46 | 48.45 | - |
| YUV | 144.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 184 | 0 | 0.69 | 0.28 | 0 | 324.34 | 1 | 0.66 |
| Hex | FF | 50 | B8 | 0 | 45 | 1C | 0 | 144 | 64 | 42 |
| Octal | 377 | 120 | 270 | 0 | 105 | 34 | 0 | 504 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10111000 | 0 | 1000101 | 11100 | 0 | 101000100 | 1100100 | 1000010 |
Color Harmonies of #FF50B8
Complementary color
Monochromatic Colors of #FF50B8
Black with #FF50B8
Text Example
Text Example
White with #FF50B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50B8; }
p { color: rgb(255,80,184); }
H1.HeaderClassName
{
color: #FF50B8;
}
.AnyTagClassName
{
color: #FF50B8;
}
</style>
background-color css
<style>
a { background-color: #FF50B8; }
a { background-color: rgb(255,80,184); }
div.DivClassName
{
background-color: #FF50B8;
}
.BgClassName
{
background-color: #FF50B8;
}
</style>
border-color css
<style>
span { border-color: #FF50B8; }
span { border-color: rgb(255,80,184); }
td.TdClassName
{
border-color: #FF50B8;
}
.TagClassName
{
border-color: #FF50B8;
}
</style>