Shades of Brilliant Rose #FB46A6
Tints of Brilliant Rose #FB46A6
RGB
CMYK
RGB Variations
Color information
#FB46A6 (or 0xFB46A6) is known color: Brilliant Rose. HEX triplet: FB, 46 and A6. RGB value is (251,70,166). Sum of RGB (Red+Green+Blue) = 251+70+166=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB46A6 is #04B959. Grayscale: #868686. Windows color (decimal): -309594 or 10897147. OLE color: 10897147.
HSL color Cylindrical-coordinate representation of color #FB46A6: hue angle of 328.18º 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 #FB46A6 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 166 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.02 |
| HSL | 328.18º | 0.96% | 0.63% | - |
| HSV(B) | 328.18º | 0.72% | 0.98% | - |
| XYZ | 48.86 | 27.64 | 38.84 | - |
| YUV | 135.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 166 | 0 | 0.72 | 0.34 | 0.02 | 328.18 | 0.96 | 0.63 |
| Hex | FB | 46 | A6 | 0 | 48 | 22 | 2 | 148 | 60 | 3F |
| Octal | 373 | 106 | 246 | 0 | 110 | 42 | 2 | 510 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10100110 | 0 | 1001000 | 100010 | 10 | 101001000 | 1100000 | 111111 |
Color Harmonies of #FB46A6
Complementary color
Monochromatic Colors of #FB46A6
Black with #FB46A6
Text Example
Text Example
White with #FB46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46A6; }
p { color: rgb(251,70,166); }
H1.HeaderClassName
{
color: #FB46A6;
}
.AnyTagClassName
{
color: #FB46A6;
}
</style>
background-color css
<style>
a { background-color: #FB46A6; }
a { background-color: rgb(251,70,166); }
div.DivClassName
{
background-color: #FB46A6;
}
.BgClassName
{
background-color: #FB46A6;
}
</style>
border-color css
<style>
span { border-color: #FB46A6; }
span { border-color: rgb(251,70,166); }
td.TdClassName
{
border-color: #FB46A6;
}
.TagClassName
{
border-color: #FB46A6;
}
</style>