Shades of Brilliant Rose #FF509B
Tints of Brilliant Rose #FF509B
RGB
CMYK
RGB Variations
Color information
#FF509B (or 0xFF509B) is known color: Brilliant Rose. HEX triplet: FF, 50 and 9B. RGB value is (255,80,155). Sum of RGB (Red+Green+Blue) = 255+80+155=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF509B is #00AF64. Grayscale: #8C8C8C. Windows color (decimal): -44901 or 10178815. OLE color: 10178815.
HSL color Cylindrical-coordinate representation of color #FF509B: hue angle of 334.29º 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 #FF509B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 155 | - |
| CMYK | 0 | 0.69 | 0.39 | 0 |
| HSL | 334.29º | 1% | 0.66% | - |
| HSV(B) | 334.29º | 0.69% | 1% | - |
| XYZ | 50.03 | 29.36 | 34.04 | - |
| YUV | 140.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 155 | 0 | 0.69 | 0.39 | 0 | 334.29 | 1 | 0.66 |
| Hex | FF | 50 | 9B | 0 | 45 | 27 | 0 | 14E | 64 | 42 |
| Octal | 377 | 120 | 233 | 0 | 105 | 47 | 0 | 516 | 144 | 102 |
| Binary | 11111111 | 1010000 | 10011011 | 0 | 1000101 | 100111 | 0 | 101001110 | 1100100 | 1000010 |
Color Harmonies of #FF509B
Complementary color
Monochromatic Colors of #FF509B
Black with #FF509B
Text Example
Text Example
White with #FF509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF509B; }
p { color: rgb(255,80,155); }
H1.HeaderClassName
{
color: #FF509B;
}
.AnyTagClassName
{
color: #FF509B;
}
</style>
background-color css
<style>
a { background-color: #FF509B; }
a { background-color: rgb(255,80,155); }
div.DivClassName
{
background-color: #FF509B;
}
.BgClassName
{
background-color: #FF509B;
}
</style>
border-color css
<style>
span { border-color: #FF509B; }
span { border-color: rgb(255,80,155); }
td.TdClassName
{
border-color: #FF509B;
}
.TagClassName
{
border-color: #FF509B;
}
</style>