Shades of Brilliant Rose #FB559D
Tints of Brilliant Rose #FB559D
RGB
CMYK
RGB Variations
Color information
#FB559D (or 0xFB559D) is known color: Brilliant Rose. HEX triplet: FB, 55 and 9D. RGB value is (251,85,157). Sum of RGB (Red+Green+Blue) = 251+85+157=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB559D is #04AA62. Grayscale: #8E8E8E. Windows color (decimal): -305763 or 10311163. OLE color: 10311163.
HSL color Cylindrical-coordinate representation of color #FB559D: hue angle of 333.98º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB559D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 157 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.02 |
| HSL | 333.98º | 0.95% | 0.66% | - |
| HSV(B) | 333.98º | 0.66% | 0.98% | - |
| XYZ | 49.12 | 29.44 | 34.99 | - |
| YUV | 142.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 157 | 0 | 0.66 | 0.37 | 0.02 | 333.98 | 0.95 | 0.66 |
| Hex | FB | 55 | 9D | 0 | 42 | 25 | 2 | 14E | 5F | 42 |
| Octal | 373 | 125 | 235 | 0 | 102 | 45 | 2 | 516 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10011101 | 0 | 1000010 | 100101 | 10 | 101001110 | 1011111 | 1000010 |
Color Harmonies of #FB559D
Complementary color
Monochromatic Colors of #FB559D
Black with #FB559D
Text Example
Text Example
White with #FB559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB559D; }
p { color: rgb(251,85,157); }
H1.HeaderClassName
{
color: #FB559D;
}
.AnyTagClassName
{
color: #FB559D;
}
</style>
background-color css
<style>
a { background-color: #FB559D; }
a { background-color: rgb(251,85,157); }
div.DivClassName
{
background-color: #FB559D;
}
.BgClassName
{
background-color: #FB559D;
}
</style>
border-color css
<style>
span { border-color: #FB559D; }
span { border-color: rgb(251,85,157); }
td.TdClassName
{
border-color: #FB559D;
}
.TagClassName
{
border-color: #FB559D;
}
</style>