Shades of Brilliant Rose #FB54AD
Tints of Brilliant Rose #FB54AD
RGB
CMYK
RGB Variations
Color information
#FB54AD (or 0xFB54AD) is known color: Brilliant Rose. HEX triplet: FB, 54 and AD. RGB value is (251,84,173). Sum of RGB (Red+Green+Blue) = 251+84+173=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB54AD is #04AB52. Grayscale: #8F8F8F. Windows color (decimal): -306003 or 11359483. OLE color: 11359483.
HSL color Cylindrical-coordinate representation of color #FB54AD: hue angle of 328.02º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54AD is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 173 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.02 |
| HSL | 328.02º | 0.95% | 0.66% | - |
| HSV(B) | 328.02º | 0.67% | 0.98% | - |
| XYZ | 50.5 | 29.87 | 42.64 | - |
| YUV | 144.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 173 | 0 | 0.67 | 0.31 | 0.02 | 328.02 | 0.95 | 0.66 |
| Hex | FB | 54 | AD | 0 | 43 | 1F | 2 | 148 | 5F | 42 |
| Octal | 373 | 124 | 255 | 0 | 103 | 37 | 2 | 510 | 137 | 102 |
| Binary | 11111011 | 1010100 | 10101101 | 0 | 1000011 | 11111 | 10 | 101001000 | 1011111 | 1000010 |
Color Harmonies of #FB54AD
Complementary color
Monochromatic Colors of #FB54AD
Black with #FB54AD
Text Example
Text Example
White with #FB54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54AD; }
p { color: rgb(251,84,173); }
H1.HeaderClassName
{
color: #FB54AD;
}
.AnyTagClassName
{
color: #FB54AD;
}
</style>
background-color css
<style>
a { background-color: #FB54AD; }
a { background-color: rgb(251,84,173); }
div.DivClassName
{
background-color: #FB54AD;
}
.BgClassName
{
background-color: #FB54AD;
}
</style>
border-color css
<style>
span { border-color: #FB54AD; }
span { border-color: rgb(251,84,173); }
td.TdClassName
{
border-color: #FB54AD;
}
.TagClassName
{
border-color: #FB54AD;
}
</style>