Shades of Brilliant Rose #FF50B3
Tints of Brilliant Rose #FF50B3
RGB
CMYK
RGB Variations
Color information
#FF50B3 (or 0xFF50B3) is known color: Brilliant Rose. HEX triplet: FF, 50 and B3. RGB value is (255,80,179). Sum of RGB (Red+Green+Blue) = 255+80+179=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50B3 is #00AF4C. Grayscale: #8F8F8F. Windows color (decimal): -44877 or 11751679. OLE color: 11751679.
HSL color Cylindrical-coordinate representation of color #FF50B3: hue angle of 326.06º 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 #FF50B3 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 179 | - |
| CMYK | 0 | 0.69 | 0.30 | 0 |
| HSL | 326.06º | 1% | 0.66% | - |
| HSV(B) | 326.06º | 0.69% | 1% | - |
| XYZ | 52.25 | 30.25 | 45.73 | - |
| YUV | 143.61 | 147.98 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 179 | 0 | 0.69 | 0.30 | 0 | 326.06 | 1 | 0.66 |
| Hex | FF | 50 | B3 | 0 | 45 | 1E | 0 | 146 | 64 | 42 |
| Octal | 377 | 120 | 263 | 0 | 105 | 36 | 0 | 506 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10110011 | 0 | 1000101 | 11110 | 0 | 101000110 | 1100100 | 1000010 |
Color Harmonies of #FF50B3
Complementary color
Monochromatic Colors of #FF50B3
Black with #FF50B3
Text Example
Text Example
White with #FF50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50B3; }
p { color: rgb(255,80,179); }
H1.HeaderClassName
{
color: #FF50B3;
}
.AnyTagClassName
{
color: #FF50B3;
}
</style>
background-color css
<style>
a { background-color: #FF50B3; }
a { background-color: rgb(255,80,179); }
div.DivClassName
{
background-color: #FF50B3;
}
.BgClassName
{
background-color: #FF50B3;
}
</style>
border-color css
<style>
span { border-color: #FF50B3; }
span { border-color: rgb(255,80,179); }
td.TdClassName
{
border-color: #FF50B3;
}
.TagClassName
{
border-color: #FF50B3;
}
</style>