Shades of Brilliant Rose #FF479C
Tints of Brilliant Rose #FF479C
RGB
CMYK
RGB Variations
Color information
#FF479C (or 0xFF479C) is known color: Brilliant Rose. HEX triplet: FF, 47 and 9C. RGB value is (255,71,156). Sum of RGB (Red+Green+Blue) = 255+71+156=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF479C is #00B863. Grayscale: #878787. Windows color (decimal): -47204 or 10242047. OLE color: 10242047.
HSL color Cylindrical-coordinate representation of color #FF479C: hue angle of 332.28º 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 #FF479C is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 156 | - |
| CMYK | 0 | 0.72 | 0.39 | 0 |
| HSL | 332.28º | 1% | 0.64% | - |
| HSV(B) | 332.28º | 0.72% | 1% | - |
| XYZ | 49.49 | 28.17 | 34.28 | - |
| YUV | 135.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 156 | 0 | 0.72 | 0.39 | 0 | 332.28 | 1 | 0.64 |
| Hex | FF | 47 | 9C | 0 | 48 | 27 | 0 | 14C | 64 | 40 |
| Octal | 377 | 107 | 234 | 0 | 110 | 47 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10011100 | 0 | 1001000 | 100111 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF479C
Complementary color
Monochromatic Colors of #FF479C
Black with #FF479C
Text Example
Text Example
White with #FF479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF479C; }
p { color: rgb(255,71,156); }
H1.HeaderClassName
{
color: #FF479C;
}
.AnyTagClassName
{
color: #FF479C;
}
</style>
background-color css
<style>
a { background-color: #FF479C; }
a { background-color: rgb(255,71,156); }
div.DivClassName
{
background-color: #FF479C;
}
.BgClassName
{
background-color: #FF479C;
}
</style>
border-color css
<style>
span { border-color: #FF479C; }
span { border-color: rgb(255,71,156); }
td.TdClassName
{
border-color: #FF479C;
}
.TagClassName
{
border-color: #FF479C;
}
</style>