Shades of Violet Red #FC398A
Tints of Violet Red #FC398A
RGB
CMYK
RGB Variations
Color information
#FC398A (or 0xFC398A) is known color: Violet Red. HEX triplet: FC, 39 and 8A. RGB value is (252,57,138). Sum of RGB (Red+Green+Blue) = 252+57+138=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC398A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC398A is #03C675. Grayscale: #7C7C7C. Windows color (decimal): -247414 or 9058812. OLE color: 9058812.
HSL color Cylindrical-coordinate representation of color #FC398A: hue angle of 335.08º 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 #FC398A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 138 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.01 |
| HSL | 335.08º | 0.97% | 0.61% | - |
| HSV(B) | 335.08º | 0.77% | 0.99% | - |
| XYZ | 46.2 | 25.46 | 26.52 | - |
| YUV | 124.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 138 | 0 | 0.77 | 0.45 | 0.01 | 335.08 | 0.97 | 0.61 |
| Hex | FC | 39 | 8A | 0 | 4D | 2D | 1 | 14F | 61 | 3D |
| Octal | 374 | 71 | 212 | 0 | 115 | 55 | 1 | 517 | 141 | 75 |
| Binary | 11111100 | 111001 | 10001010 | 0 | 1001101 | 101101 | 1 | 101001111 | 1100001 | 111101 |
Color Harmonies of #FC398A
Complementary color
Monochromatic Colors of #FC398A
Black with #FC398A
Text Example
Text Example
White with #FC398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC398A; }
p { color: rgb(252,57,138); }
H1.HeaderClassName
{
color: #FC398A;
}
.AnyTagClassName
{
color: #FC398A;
}
</style>
background-color css
<style>
a { background-color: #FC398A; }
a { background-color: rgb(252,57,138); }
div.DivClassName
{
background-color: #FC398A;
}
.BgClassName
{
background-color: #FC398A;
}
</style>
border-color css
<style>
span { border-color: #FC398A; }
span { border-color: rgb(252,57,138); }
td.TdClassName
{
border-color: #FC398A;
}
.TagClassName
{
border-color: #FC398A;
}
</style>