Shades of Violet Red #FD3C8A
Tints of Violet Red #FD3C8A
RGB
CMYK
RGB Variations
Color information
#FD3C8A (or 0xFD3C8A) is known color: Violet Red. HEX triplet: FD, 3C and 8A. RGB value is (253,60,138). Sum of RGB (Red+Green+Blue) = 253+60+138=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3C8A is #02C375. Grayscale: #7E7E7E. Windows color (decimal): -181110 or 9059581. OLE color: 9059581.
HSL color Cylindrical-coordinate representation of color #FD3C8A: hue angle of 335.75º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C8A is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 138 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.01 |
| HSL | 335.75º | 0.98% | 0.61% | - |
| HSV(B) | 335.75º | 0.76% | 0.99% | - |
| XYZ | 46.71 | 25.95 | 26.59 | - |
| YUV | 126.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 138 | 0 | 0.76 | 0.45 | 0.01 | 335.75 | 0.98 | 0.61 |
| Hex | FD | 3C | 8A | 0 | 4C | 2D | 1 | 150 | 62 | 3D |
| Octal | 375 | 74 | 212 | 0 | 114 | 55 | 1 | 520 | 142 | 75 |
| Binary | 11111101 | 111100 | 10001010 | 0 | 1001100 | 101101 | 1 | 101010000 | 1100010 | 111101 |
Color Harmonies of #FD3C8A
Complementary color
Monochromatic Colors of #FD3C8A
Black with #FD3C8A
Text Example
Text Example
White with #FD3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C8A; }
p { color: rgb(253,60,138); }
H1.HeaderClassName
{
color: #FD3C8A;
}
.AnyTagClassName
{
color: #FD3C8A;
}
</style>
background-color css
<style>
a { background-color: #FD3C8A; }
a { background-color: rgb(253,60,138); }
div.DivClassName
{
background-color: #FD3C8A;
}
.BgClassName
{
background-color: #FD3C8A;
}
</style>
border-color css
<style>
span { border-color: #FD3C8A; }
span { border-color: rgb(253,60,138); }
td.TdClassName
{
border-color: #FD3C8A;
}
.TagClassName
{
border-color: #FD3C8A;
}
</style>