Shades of Violet Red #FC3A7D
Tints of Violet Red #FC3A7D
RGB
CMYK
RGB Variations
Color information
#FC3A7D (or 0xFC3A7D) is known color: Violet Red. HEX triplet: FC, 3A and 7D. RGB value is (252,58,125). Sum of RGB (Red+Green+Blue) = 252+58+125=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3A7D is #03C582. Grayscale: #7B7B7B. Windows color (decimal): -247171 or 8207100. OLE color: 8207100.
HSL color Cylindrical-coordinate representation of color #FC3A7D: hue angle of 339.28º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3A7D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 125 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.01 |
| HSL | 339.28º | 0.97% | 0.61% | - |
| HSV(B) | 339.28º | 0.77% | 0.99% | - |
| XYZ | 45.36 | 25.2 | 21.88 | - |
| YUV | 123.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 125 | 0 | 0.77 | 0.50 | 0.01 | 339.28 | 0.97 | 0.61 |
| Hex | FC | 3A | 7D | 0 | 4D | 32 | 1 | 153 | 61 | 3D |
| Octal | 374 | 72 | 175 | 0 | 115 | 62 | 1 | 523 | 141 | 75 |
| Binary | 11111100 | 111010 | 1111101 | 0 | 1001101 | 110010 | 1 | 101010011 | 1100001 | 111101 |
Color Harmonies of #FC3A7D
Complementary color
Monochromatic Colors of #FC3A7D
Black with #FC3A7D
Text Example
Text Example
White with #FC3A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A7D; }
p { color: rgb(252,58,125); }
H1.HeaderClassName
{
color: #FC3A7D;
}
.AnyTagClassName
{
color: #FC3A7D;
}
</style>
background-color css
<style>
a { background-color: #FC3A7D; }
a { background-color: rgb(252,58,125); }
div.DivClassName
{
background-color: #FC3A7D;
}
.BgClassName
{
background-color: #FC3A7D;
}
</style>
border-color css
<style>
span { border-color: #FC3A7D; }
span { border-color: rgb(252,58,125); }
td.TdClassName
{
border-color: #FC3A7D;
}
.TagClassName
{
border-color: #FC3A7D;
}
</style>