Shades of Brilliant Rose #FF479B
Tints of Brilliant Rose #FF479B
RGB
CMYK
RGB Variations
Color information
#FF479B (or 0xFF479B) is known color: Brilliant Rose. HEX triplet: FF, 47 and 9B. RGB value is (255,71,155). Sum of RGB (Red+Green+Blue) = 255+71+155=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF479B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF479B is #00B864. Grayscale: #878787. Windows color (decimal): -47205 or 10176511. OLE color: 10176511.
HSL color Cylindrical-coordinate representation of color #FF479B: hue angle of 332.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF479B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 155 | - |
| CMYK | 0 | 0.72 | 0.39 | 0 |
| HSL | 332.61º | 1% | 0.64% | - |
| HSV(B) | 332.61º | 0.72% | 1% | - |
| XYZ | 49.41 | 28.13 | 33.84 | - |
| YUV | 135.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 155 | 0 | 0.72 | 0.39 | 0 | 332.61 | 1 | 0.64 |
| Hex | FF | 47 | 9B | 0 | 48 | 27 | 0 | 14D | 64 | 40 |
| Octal | 377 | 107 | 233 | 0 | 110 | 47 | 0 | 515 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10011011 | 0 | 1001000 | 100111 | 0 | 101001101 | 1100100 | 1000000 |
Color Harmonies of #FF479B
Complementary color
Monochromatic Colors of #FF479B
Black with #FF479B
Text Example
Text Example
White with #FF479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF479B; }
p { color: rgb(255,71,155); }
H1.HeaderClassName
{
color: #FF479B;
}
.AnyTagClassName
{
color: #FF479B;
}
</style>
background-color css
<style>
a { background-color: #FF479B; }
a { background-color: rgb(255,71,155); }
div.DivClassName
{
background-color: #FF479B;
}
.BgClassName
{
background-color: #FF479B;
}
</style>
border-color css
<style>
span { border-color: #FF479B; }
span { border-color: rgb(255,71,155); }
td.TdClassName
{
border-color: #FF479B;
}
.TagClassName
{
border-color: #FF479B;
}
</style>