Shades of Violet Red #FF468A
Tints of Violet Red #FF468A
RGB
CMYK
RGB Variations
Color information
#FF468A (or 0xFF468A) is known color: Violet Red. HEX triplet: FF, 46 and 8A. RGB value is (255,70,138). Sum of RGB (Red+Green+Blue) = 255+70+138=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF468A is #00B975. Grayscale: #848484. Windows color (decimal): -47478 or 9062143. OLE color: 9062143.
HSL color Cylindrical-coordinate representation of color #FF468A: hue angle of 337.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF468A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 138 | - |
| CMYK | 0 | 0.73 | 0.46 | 0 |
| HSL | 337.95º | 1% | 0.64% | - |
| HSV(B) | 337.95º | 0.73% | 1% | - |
| XYZ | 48.02 | 27.48 | 26.82 | - |
| YUV | 133.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 138 | 0 | 0.73 | 0.46 | 0 | 337.95 | 1 | 0.64 |
| Hex | FF | 46 | 8A | 0 | 49 | 2E | 0 | 152 | 64 | 40 |
| Octal | 377 | 106 | 212 | 0 | 111 | 56 | 0 | 522 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10001010 | 0 | 1001001 | 101110 | 0 | 101010010 | 1100100 | 1000000 |
Color Harmonies of #FF468A
Complementary color
Monochromatic Colors of #FF468A
Black with #FF468A
Text Example
Text Example
White with #FF468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF468A; }
p { color: rgb(255,70,138); }
H1.HeaderClassName
{
color: #FF468A;
}
.AnyTagClassName
{
color: #FF468A;
}
</style>
background-color css
<style>
a { background-color: #FF468A; }
a { background-color: rgb(255,70,138); }
div.DivClassName
{
background-color: #FF468A;
}
.BgClassName
{
background-color: #FF468A;
}
</style>
border-color css
<style>
span { border-color: #FF468A; }
span { border-color: rgb(255,70,138); }
td.TdClassName
{
border-color: #FF468A;
}
.TagClassName
{
border-color: #FF468A;
}
</style>