Shades of Violet Red #FC4392
Tints of Violet Red #FC4392
RGB
CMYK
RGB Variations
Color information
#FC4392 (or 0xFC4392) is known color: Violet Red. HEX triplet: FC, 43 and 92. RGB value is (252,67,146). Sum of RGB (Red+Green+Blue) = 252+67+146=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4392 is #03BC6D. Grayscale: #838383. Windows color (decimal): -244846 or 9585660. OLE color: 9585660.
HSL color Cylindrical-coordinate representation of color #FC4392: hue angle of 334.38º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4392 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 146 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.01 |
| HSL | 334.38º | 0.97% | 0.63% | - |
| HSV(B) | 334.38º | 0.73% | 0.99% | - |
| XYZ | 47.34 | 26.79 | 29.87 | - |
| YUV | 131.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 146 | 0 | 0.73 | 0.42 | 0.01 | 334.38 | 0.97 | 0.63 |
| Hex | FC | 43 | 92 | 0 | 49 | 2A | 1 | 14E | 61 | 3F |
| Octal | 374 | 103 | 222 | 0 | 111 | 52 | 1 | 516 | 141 | 77 |
| Binary | 11111100 | 1000011 | 10010010 | 0 | 1001001 | 101010 | 1 | 101001110 | 1100001 | 111111 |
Color Harmonies of #FC4392
Complementary color
Monochromatic Colors of #FC4392
Black with #FC4392
Text Example
Text Example
White with #FC4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4392; }
p { color: rgb(252,67,146); }
H1.HeaderClassName
{
color: #FC4392;
}
.AnyTagClassName
{
color: #FC4392;
}
</style>
background-color css
<style>
a { background-color: #FC4392; }
a { background-color: rgb(252,67,146); }
div.DivClassName
{
background-color: #FC4392;
}
.BgClassName
{
background-color: #FC4392;
}
</style>
border-color css
<style>
span { border-color: #FC4392; }
span { border-color: rgb(252,67,146); }
td.TdClassName
{
border-color: #FC4392;
}
.TagClassName
{
border-color: #FC4392;
}
</style>