Shades of Brilliant Rose #FB47AD
Tints of Brilliant Rose #FB47AD
RGB
CMYK
RGB Variations
Color information
#FB47AD (or 0xFB47AD) is known color: Brilliant Rose. HEX triplet: FB, 47 and AD. RGB value is (251,71,173). Sum of RGB (Red+Green+Blue) = 251+71+173=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB47AD is #04B852. Grayscale: #888888. Windows color (decimal): -309331 or 11356155. OLE color: 11356155.
HSL color Cylindrical-coordinate representation of color #FB47AD: hue angle of 326º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB47AD is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 173 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.02 |
| HSL | 326º | 0.96% | 0.63% | - |
| HSV(B) | 326º | 0.72% | 0.98% | - |
| XYZ | 49.58 | 28.03 | 42.33 | - |
| YUV | 136.45 | 148.63 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 173 | 0 | 0.72 | 0.31 | 0.02 | 326 | 0.96 | 0.63 |
| Hex | FB | 47 | AD | 0 | 48 | 1F | 2 | 146 | 60 | 3F |
| Octal | 373 | 107 | 255 | 0 | 110 | 37 | 2 | 506 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10101101 | 0 | 1001000 | 11111 | 10 | 101000110 | 1100000 | 111111 |
Color Harmonies of #FB47AD
Complementary color
Monochromatic Colors of #FB47AD
Black with #FB47AD
Text Example
Text Example
White with #FB47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47AD; }
p { color: rgb(251,71,173); }
H1.HeaderClassName
{
color: #FB47AD;
}
.AnyTagClassName
{
color: #FB47AD;
}
</style>
background-color css
<style>
a { background-color: #FB47AD; }
a { background-color: rgb(251,71,173); }
div.DivClassName
{
background-color: #FB47AD;
}
.BgClassName
{
background-color: #FB47AD;
}
</style>
border-color css
<style>
span { border-color: #FB47AD; }
span { border-color: rgb(251,71,173); }
td.TdClassName
{
border-color: #FB47AD;
}
.TagClassName
{
border-color: #FB47AD;
}
</style>