Shades of Violet Red #FC398D
Tints of Violet Red #FC398D
RGB
CMYK
RGB Variations
Color information
#FC398D (or 0xFC398D) is known color: Violet Red. HEX triplet: FC, 39 and 8D. RGB value is (252,57,141). Sum of RGB (Red+Green+Blue) = 252+57+141=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC398D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC398D is #03C672. Grayscale: #7C7C7C. Windows color (decimal): -247411 or 9255420. OLE color: 9255420.
HSL color Cylindrical-coordinate representation of color #FC398D: hue angle of 334.15º 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 #FC398D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 141 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.01 |
| HSL | 334.15º | 0.97% | 0.61% | - |
| HSV(B) | 334.15º | 0.77% | 0.99% | - |
| XYZ | 46.42 | 25.54 | 27.68 | - |
| YUV | 124.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 141 | 0 | 0.77 | 0.44 | 0.01 | 334.15 | 0.97 | 0.61 |
| Hex | FC | 39 | 8D | 0 | 4D | 2C | 1 | 14E | 61 | 3D |
| Octal | 374 | 71 | 215 | 0 | 115 | 54 | 1 | 516 | 141 | 75 |
| Binary | 11111100 | 111001 | 10001101 | 0 | 1001101 | 101100 | 1 | 101001110 | 1100001 | 111101 |
Color Harmonies of #FC398D
Complementary color
Monochromatic Colors of #FC398D
Black with #FC398D
Text Example
Text Example
White with #FC398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC398D; }
p { color: rgb(252,57,141); }
H1.HeaderClassName
{
color: #FC398D;
}
.AnyTagClassName
{
color: #FC398D;
}
</style>
background-color css
<style>
a { background-color: #FC398D; }
a { background-color: rgb(252,57,141); }
div.DivClassName
{
background-color: #FC398D;
}
.BgClassName
{
background-color: #FC398D;
}
</style>
border-color css
<style>
span { border-color: #FC398D; }
span { border-color: rgb(252,57,141); }
td.TdClassName
{
border-color: #FC398D;
}
.TagClassName
{
border-color: #FC398D;
}
</style>