Shades of Brilliant Rose #FF479E
Tints of Brilliant Rose #FF479E
RGB
CMYK
RGB Variations
Color information
#FF479E (or 0xFF479E) is known color: Brilliant Rose. HEX triplet: FF, 47 and 9E. RGB value is (255,71,158). Sum of RGB (Red+Green+Blue) = 255+71+158=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF479E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF479E is #00B861. Grayscale: #878787. Windows color (decimal): -47202 or 10373119. OLE color: 10373119.
HSL color Cylindrical-coordinate representation of color #FF479E: hue angle of 331.63º 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 #FF479E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 158 | - |
| CMYK | 0 | 0.72 | 0.38 | 0 |
| HSL | 331.63º | 1% | 0.64% | - |
| HSV(B) | 331.63º | 0.72% | 1% | - |
| XYZ | 49.66 | 28.24 | 35.18 | - |
| YUV | 135.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 158 | 0 | 0.72 | 0.38 | 0 | 331.63 | 1 | 0.64 |
| Hex | FF | 47 | 9E | 0 | 48 | 26 | 0 | 14C | 64 | 40 |
| Octal | 377 | 107 | 236 | 0 | 110 | 46 | 0 | 514 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10011110 | 0 | 1001000 | 100110 | 0 | 101001100 | 1100100 | 1000000 |
Color Harmonies of #FF479E
Complementary color
Monochromatic Colors of #FF479E
Black with #FF479E
Text Example
Text Example
White with #FF479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF479E; }
p { color: rgb(255,71,158); }
H1.HeaderClassName
{
color: #FF479E;
}
.AnyTagClassName
{
color: #FF479E;
}
</style>
background-color css
<style>
a { background-color: #FF479E; }
a { background-color: rgb(255,71,158); }
div.DivClassName
{
background-color: #FF479E;
}
.BgClassName
{
background-color: #FF479E;
}
</style>
border-color css
<style>
span { border-color: #FF479E; }
span { border-color: rgb(255,71,158); }
td.TdClassName
{
border-color: #FF479E;
}
.TagClassName
{
border-color: #FF479E;
}
</style>