Shades of Violet Red #FD418A
Tints of Violet Red #FD418A
RGB
CMYK
RGB Variations
Color information
#FD418A (or 0xFD418A) is known color: Violet Red. HEX triplet: FD, 41 and 8A. RGB value is (253,65,138). Sum of RGB (Red+Green+Blue) = 253+65+138=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD418A is #02BE75. Grayscale: #818181. Windows color (decimal): -179830 or 9060861. OLE color: 9060861.
HSL color Cylindrical-coordinate representation of color #FD418A: hue angle of 336.7º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD418A is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 138 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.01 |
| HSL | 336.7º | 0.98% | 0.62% | - |
| HSV(B) | 336.7º | 0.74% | 0.99% | - |
| XYZ | 46.99 | 26.5 | 26.68 | - |
| YUV | 129.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 138 | 0 | 0.74 | 0.45 | 0.01 | 336.7 | 0.98 | 0.62 |
| Hex | FD | 41 | 8A | 0 | 4A | 2D | 1 | 151 | 62 | 3E |
| Octal | 375 | 101 | 212 | 0 | 112 | 55 | 1 | 521 | 142 | 76 |
| Binary | 11111101 | 1000001 | 10001010 | 0 | 1001010 | 101101 | 1 | 101010001 | 1100010 | 111110 |
Color Harmonies of #FD418A
Complementary color
Monochromatic Colors of #FD418A
Black with #FD418A
Text Example
Text Example
White with #FD418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD418A; }
p { color: rgb(253,65,138); }
H1.HeaderClassName
{
color: #FD418A;
}
.AnyTagClassName
{
color: #FD418A;
}
</style>
background-color css
<style>
a { background-color: #FD418A; }
a { background-color: rgb(253,65,138); }
div.DivClassName
{
background-color: #FD418A;
}
.BgClassName
{
background-color: #FD418A;
}
</style>
border-color css
<style>
span { border-color: #FD418A; }
span { border-color: rgb(253,65,138); }
td.TdClassName
{
border-color: #FD418A;
}
.TagClassName
{
border-color: #FD418A;
}
</style>