Shades of Brilliant Rose #FB55AD
Tints of Brilliant Rose #FB55AD
RGB
CMYK
RGB Variations
Color information
#FB55AD (or 0xFB55AD) is known color: Brilliant Rose. HEX triplet: FB, 55 and AD. RGB value is (251,85,173). Sum of RGB (Red+Green+Blue) = 251+85+173=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55AD is #04AA52. Grayscale: #909090. Windows color (decimal): -305747 or 11359739. OLE color: 11359739.
HSL color Cylindrical-coordinate representation of color #FB55AD: hue angle of 328.19º 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 #FB55AD is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 173 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.02 |
| HSL | 328.19º | 0.95% | 0.66% | - |
| HSV(B) | 328.19º | 0.66% | 0.98% | - |
| XYZ | 50.57 | 30.02 | 42.66 | - |
| YUV | 144.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 173 | 0 | 0.66 | 0.31 | 0.02 | 328.19 | 0.95 | 0.66 |
| Hex | FB | 55 | AD | 0 | 42 | 1F | 2 | 148 | 5F | 42 |
| Octal | 373 | 125 | 255 | 0 | 102 | 37 | 2 | 510 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10101101 | 0 | 1000010 | 11111 | 10 | 101001000 | 1011111 | 1000010 |
Color Harmonies of #FB55AD
Complementary color
Monochromatic Colors of #FB55AD
Black with #FB55AD
Text Example
Text Example
White with #FB55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55AD; }
p { color: rgb(251,85,173); }
H1.HeaderClassName
{
color: #FB55AD;
}
.AnyTagClassName
{
color: #FB55AD;
}
</style>
background-color css
<style>
a { background-color: #FB55AD; }
a { background-color: rgb(251,85,173); }
div.DivClassName
{
background-color: #FB55AD;
}
.BgClassName
{
background-color: #FB55AD;
}
</style>
border-color css
<style>
span { border-color: #FB55AD; }
span { border-color: rgb(251,85,173); }
td.TdClassName
{
border-color: #FB55AD;
}
.TagClassName
{
border-color: #FB55AD;
}
</style>