Shades of Violet Red #FC398B
Tints of Violet Red #FC398B
RGB
CMYK
RGB Variations
Color information
#FC398B (or 0xFC398B) is known color: Violet Red. HEX triplet: FC, 39 and 8B. RGB value is (252,57,139). Sum of RGB (Red+Green+Blue) = 252+57+139=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC398B is #03C674. Grayscale: #7C7C7C. Windows color (decimal): -247413 or 9124348. OLE color: 9124348.
HSL color Cylindrical-coordinate representation of color #FC398B: hue angle of 334.77º 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 #FC398B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 139 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.01 |
| HSL | 334.77º | 0.97% | 0.61% | - |
| HSV(B) | 334.77º | 0.77% | 0.99% | - |
| XYZ | 46.27 | 25.49 | 26.91 | - |
| YUV | 124.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 139 | 0 | 0.77 | 0.45 | 0.01 | 334.77 | 0.97 | 0.61 |
| Hex | FC | 39 | 8B | 0 | 4D | 2D | 1 | 14F | 61 | 3D |
| Octal | 374 | 71 | 213 | 0 | 115 | 55 | 1 | 517 | 141 | 75 |
| Binary | 11111100 | 111001 | 10001011 | 0 | 1001101 | 101101 | 1 | 101001111 | 1100001 | 111101 |
Color Harmonies of #FC398B
Complementary color
Monochromatic Colors of #FC398B
Black with #FC398B
Text Example
Text Example
White with #FC398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC398B; }
p { color: rgb(252,57,139); }
H1.HeaderClassName
{
color: #FC398B;
}
.AnyTagClassName
{
color: #FC398B;
}
</style>
background-color css
<style>
a { background-color: #FC398B; }
a { background-color: rgb(252,57,139); }
div.DivClassName
{
background-color: #FC398B;
}
.BgClassName
{
background-color: #FC398B;
}
</style>
border-color css
<style>
span { border-color: #FC398B; }
span { border-color: rgb(252,57,139); }
td.TdClassName
{
border-color: #FC398B;
}
.TagClassName
{
border-color: #FC398B;
}
</style>