Shades of Violet Red #FF4280
Tints of Violet Red #FF4280
RGB
CMYK
RGB Variations
Color information
#FF4280 (or 0xFF4280) is known color: Violet Red. HEX triplet: FF, 42 and 80. RGB value is (255,66,128). Sum of RGB (Red+Green+Blue) = 255+66+128=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4280 is #00BD7F. Grayscale: #818181. Windows color (decimal): -48512 or 8405759. OLE color: 8405759.
HSL color Cylindrical-coordinate representation of color #FF4280: hue angle of 340.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4280 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 128 | - |
| CMYK | 0 | 0.74 | 0.50 | 0 |
| HSL | 340.32º | 1% | 0.63% | - |
| HSV(B) | 340.32º | 0.74% | 1% | - |
| XYZ | 47.08 | 26.71 | 23.1 | - |
| YUV | 129.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 128 | 0 | 0.74 | 0.50 | 0 | 340.32 | 1 | 0.63 |
| Hex | FF | 42 | 80 | 0 | 4A | 32 | 0 | 154 | 64 | 3F |
| Octal | 377 | 102 | 200 | 0 | 112 | 62 | 0 | 524 | 144 | 77 |
| Binary | 11111111 | 1000010 | 10000000 | 0 | 1001010 | 110010 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF4280
Complementary color
Monochromatic Colors of #FF4280
Black with #FF4280
Text Example
Text Example
White with #FF4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4280; }
p { color: rgb(255,66,128); }
H1.HeaderClassName
{
color: #FF4280;
}
.AnyTagClassName
{
color: #FF4280;
}
</style>
background-color css
<style>
a { background-color: #FF4280; }
a { background-color: rgb(255,66,128); }
div.DivClassName
{
background-color: #FF4280;
}
.BgClassName
{
background-color: #FF4280;
}
</style>
border-color css
<style>
span { border-color: #FF4280; }
span { border-color: rgb(255,66,128); }
td.TdClassName
{
border-color: #FF4280;
}
.TagClassName
{
border-color: #FF4280;
}
</style>