Shades of Brilliant Rose #FF51B3
Tints of Brilliant Rose #FF51B3
RGB
CMYK
RGB Variations
Color information
#FF51B3 (or 0xFF51B3) is known color: Brilliant Rose. HEX triplet: FF, 51 and B3. RGB value is (255,81,179). Sum of RGB (Red+Green+Blue) = 255+81+179=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51B3 is #00AE4C. Grayscale: #8F8F8F. Windows color (decimal): -44621 or 11751935. OLE color: 11751935.
HSL color Cylindrical-coordinate representation of color #FF51B3: hue angle of 326.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51B3 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 179 | - |
| CMYK | 0 | 0.68 | 0.30 | 0 |
| HSL | 326.21º | 1% | 0.66% | - |
| HSV(B) | 326.21º | 0.68% | 1% | - |
| XYZ | 52.32 | 30.4 | 45.76 | - |
| YUV | 144.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 179 | 0 | 0.68 | 0.30 | 0 | 326.21 | 1 | 0.66 |
| Hex | FF | 51 | B3 | 0 | 44 | 1E | 0 | 146 | 64 | 42 |
| Octal | 377 | 121 | 263 | 0 | 104 | 36 | 0 | 506 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10110011 | 0 | 1000100 | 11110 | 0 | 101000110 | 1100100 | 1000010 |
Color Harmonies of #FF51B3
Complementary color
Monochromatic Colors of #FF51B3
Black with #FF51B3
Text Example
Text Example
White with #FF51B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51B3; }
p { color: rgb(255,81,179); }
H1.HeaderClassName
{
color: #FF51B3;
}
.AnyTagClassName
{
color: #FF51B3;
}
</style>
background-color css
<style>
a { background-color: #FF51B3; }
a { background-color: rgb(255,81,179); }
div.DivClassName
{
background-color: #FF51B3;
}
.BgClassName
{
background-color: #FF51B3;
}
</style>
border-color css
<style>
span { border-color: #FF51B3; }
span { border-color: rgb(255,81,179); }
td.TdClassName
{
border-color: #FF51B3;
}
.TagClassName
{
border-color: #FF51B3;
}
</style>