Shades of Violet Red #FF478F
Tints of Violet Red #FF478F
RGB
CMYK
RGB Variations
Color information
#FF478F (or 0xFF478F) is known color: Violet Red. HEX triplet: FF, 47 and 8F. RGB value is (255,71,143). Sum of RGB (Red+Green+Blue) = 255+71+143=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF478F is #00B870. Grayscale: #868686. Windows color (decimal): -47217 or 9390079. OLE color: 9390079.
HSL color Cylindrical-coordinate representation of color #FF478F: hue angle of 336.52º 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 #FF478F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 143 | - |
| CMYK | 0 | 0.72 | 0.44 | 0 |
| HSL | 336.52º | 1% | 0.64% | - |
| HSV(B) | 336.52º | 0.72% | 1% | - |
| XYZ | 48.45 | 27.75 | 28.79 | - |
| YUV | 134.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 143 | 0 | 0.72 | 0.44 | 0 | 336.52 | 1 | 0.64 |
| Hex | FF | 47 | 8F | 0 | 48 | 2C | 0 | 151 | 64 | 40 |
| Octal | 377 | 107 | 217 | 0 | 110 | 54 | 0 | 521 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10001111 | 0 | 1001000 | 101100 | 0 | 101010001 | 1100100 | 1000000 |
Color Harmonies of #FF478F
Complementary color
Monochromatic Colors of #FF478F
Black with #FF478F
Text Example
Text Example
White with #FF478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF478F; }
p { color: rgb(255,71,143); }
H1.HeaderClassName
{
color: #FF478F;
}
.AnyTagClassName
{
color: #FF478F;
}
</style>
background-color css
<style>
a { background-color: #FF478F; }
a { background-color: rgb(255,71,143); }
div.DivClassName
{
background-color: #FF478F;
}
.BgClassName
{
background-color: #FF478F;
}
</style>
border-color css
<style>
span { border-color: #FF478F; }
span { border-color: rgb(255,71,143); }
td.TdClassName
{
border-color: #FF478F;
}
.TagClassName
{
border-color: #FF478F;
}
</style>