Shades of Brilliant Rose #FB489C
Tints of Brilliant Rose #FB489C
RGB
CMYK
RGB Variations
Color information
#FB489C (or 0xFB489C) is known color: Brilliant Rose. HEX triplet: FB, 48 and 9C. RGB value is (251,72,156). Sum of RGB (Red+Green+Blue) = 251+72+156=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB489C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB489C is #04B763. Grayscale: #868686. Windows color (decimal): -309092 or 10242299. OLE color: 10242299.
HSL color Cylindrical-coordinate representation of color #FB489C: hue angle of 331.84º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB489C is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 156 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.02 |
| HSL | 331.84º | 0.96% | 0.63% | - |
| HSV(B) | 331.84º | 0.71% | 0.98% | - |
| XYZ | 48.1 | 27.54 | 34.23 | - |
| YUV | 135.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 156 | 0 | 0.71 | 0.38 | 0.02 | 331.84 | 0.96 | 0.63 |
| Hex | FB | 48 | 9C | 0 | 47 | 26 | 2 | 14C | 60 | 3F |
| Octal | 373 | 110 | 234 | 0 | 107 | 46 | 2 | 514 | 140 | 77 |
| Binary | 11111011 | 1001000 | 10011100 | 0 | 1000111 | 100110 | 10 | 101001100 | 1100000 | 111111 |
Color Harmonies of #FB489C
Complementary color
Monochromatic Colors of #FB489C
Black with #FB489C
Text Example
Text Example
White with #FB489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB489C; }
p { color: rgb(251,72,156); }
H1.HeaderClassName
{
color: #FB489C;
}
.AnyTagClassName
{
color: #FB489C;
}
</style>
background-color css
<style>
a { background-color: #FB489C; }
a { background-color: rgb(251,72,156); }
div.DivClassName
{
background-color: #FB489C;
}
.BgClassName
{
background-color: #FB489C;
}
</style>
border-color css
<style>
span { border-color: #FB489C; }
span { border-color: rgb(251,72,156); }
td.TdClassName
{
border-color: #FB489C;
}
.TagClassName
{
border-color: #FB489C;
}
</style>