Shades of Brilliant Rose #FF479D
Tints of Brilliant Rose #FF479D
RGB
CMYK
RGB Variations
Color information
#FF479D (or 0xFF479D) is known color: Brilliant Rose. HEX triplet: FF, 47 and 9D. RGB value is (255,71,157). Sum of RGB (Red+Green+Blue) = 255+71+157=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF479D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF479D is #00B862. Grayscale: #878787. Windows color (decimal): -47203 or 10307583. OLE color: 10307583.
HSL color Cylindrical-coordinate representation of color #FF479D: hue angle of 331.96º 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 #FF479D is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 157 | - |
| CMYK | 0 | 0.72 | 0.38 | 0 |
| HSL | 331.96º | 1% | 0.64% | - |
| HSV(B) | 331.96º | 0.72% | 1% | - |
| XYZ | 49.58 | 28.2 | 34.73 | - |
| YUV | 135.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 157 | 0 | 0.72 | 0.38 | 0 | 331.96 | 1 | 0.64 |
| Hex | FF | 47 | 9D | 0 | 48 | 26 | 0 | 14C | 64 | 40 |
| Octal | 377 | 107 | 235 | 0 | 110 | 46 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10011101 | 0 | 1001000 | 100110 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF479D
Complementary color
Monochromatic Colors of #FF479D
Black with #FF479D
Text Example
Text Example
White with #FF479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF479D; }
p { color: rgb(255,71,157); }
H1.HeaderClassName
{
color: #FF479D;
}
.AnyTagClassName
{
color: #FF479D;
}
</style>
background-color css
<style>
a { background-color: #FF479D; }
a { background-color: rgb(255,71,157); }
div.DivClassName
{
background-color: #FF479D;
}
.BgClassName
{
background-color: #FF479D;
}
</style>
border-color css
<style>
span { border-color: #FF479D; }
span { border-color: rgb(255,71,157); }
td.TdClassName
{
border-color: #FF479D;
}
.TagClassName
{
border-color: #FF479D;
}
</style>