Shades of Violet Red #FD467A
Tints of Violet Red #FD467A
RGB
CMYK
RGB Variations
Color information
#FD467A (or 0xFD467A) is known color: Violet Red. HEX triplet: FD, 46 and 7A. RGB value is (253,70,122). Sum of RGB (Red+Green+Blue) = 253+70+122=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD467A is #02B985. Grayscale: #828282. Windows color (decimal): -178566 or 8013565. OLE color: 8013565.
HSL color Cylindrical-coordinate representation of color #FD467A: hue angle of 342.95º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD467A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 122 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.01 |
| HSL | 342.95º | 0.98% | 0.63% | - |
| HSV(B) | 342.95º | 0.72% | 0.99% | - |
| XYZ | 46.21 | 26.67 | 21.12 | - |
| YUV | 130.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 122 | 0 | 0.72 | 0.52 | 0.01 | 342.95 | 0.98 | 0.63 |
| Hex | FD | 46 | 7A | 0 | 48 | 34 | 1 | 157 | 62 | 3F |
| Octal | 375 | 106 | 172 | 0 | 110 | 64 | 1 | 527 | 142 | 77 |
| Binary | 11111101 | 1000110 | 1111010 | 0 | 1001000 | 110100 | 1 | 101010111 | 1100010 | 111111 |
Color Harmonies of #FD467A
Complementary color
Monochromatic Colors of #FD467A
Black with #FD467A
Text Example
Text Example
White with #FD467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD467A; }
p { color: rgb(253,70,122); }
H1.HeaderClassName
{
color: #FD467A;
}
.AnyTagClassName
{
color: #FD467A;
}
</style>
background-color css
<style>
a { background-color: #FD467A; }
a { background-color: rgb(253,70,122); }
div.DivClassName
{
background-color: #FD467A;
}
.BgClassName
{
background-color: #FD467A;
}
</style>
border-color css
<style>
span { border-color: #FD467A; }
span { border-color: rgb(253,70,122); }
td.TdClassName
{
border-color: #FD467A;
}
.TagClassName
{
border-color: #FD467A;
}
</style>