Shades of Brilliant Rose #FB479C
Tints of Brilliant Rose #FB479C
RGB
CMYK
RGB Variations
Color information
#FB479C (or 0xFB479C) is known color: Brilliant Rose. HEX triplet: FB, 47 and 9C. RGB value is (251,71,156). Sum of RGB (Red+Green+Blue) = 251+71+156=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB479C is #04B863. Grayscale: #868686. Windows color (decimal): -309348 or 10242043. OLE color: 10242043.
HSL color Cylindrical-coordinate representation of color #FB479C: hue angle of 331.67º 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 #FB479C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 156 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.02 |
| HSL | 331.67º | 0.96% | 0.63% | - |
| HSV(B) | 331.67º | 0.72% | 0.98% | - |
| XYZ | 48.04 | 27.42 | 34.21 | - |
| YUV | 134.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 156 | 0 | 0.72 | 0.38 | 0.02 | 331.67 | 0.96 | 0.63 |
| Hex | FB | 47 | 9C | 0 | 48 | 26 | 2 | 14C | 60 | 3F |
| Octal | 373 | 107 | 234 | 0 | 110 | 46 | 2 | 514 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10011100 | 0 | 1001000 | 100110 | 10 | 101001100 | 1100000 | 111111 |
Color Harmonies of #FB479C
Complementary color
Monochromatic Colors of #FB479C
Black with #FB479C
Text Example
Text Example
White with #FB479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB479C; }
p { color: rgb(251,71,156); }
H1.HeaderClassName
{
color: #FB479C;
}
.AnyTagClassName
{
color: #FB479C;
}
</style>
background-color css
<style>
a { background-color: #FB479C; }
a { background-color: rgb(251,71,156); }
div.DivClassName
{
background-color: #FB479C;
}
.BgClassName
{
background-color: #FB479C;
}
</style>
border-color css
<style>
span { border-color: #FB479C; }
span { border-color: rgb(251,71,156); }
td.TdClassName
{
border-color: #FB479C;
}
.TagClassName
{
border-color: #FB479C;
}
</style>