Shades of Violet Red #FC418C
Tints of Violet Red #FC418C
RGB
CMYK
RGB Variations
Color information
#FC418C (or 0xFC418C) is known color: Violet Red. HEX triplet: FC, 41 and 8C. RGB value is (252,65,140). Sum of RGB (Red+Green+Blue) = 252+65+140=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC418C is #03BE73. Grayscale: #818181. Windows color (decimal): -245364 or 9191932. OLE color: 9191932.
HSL color Cylindrical-coordinate representation of color #FC418C: hue angle of 335.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC418C is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 140 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.01 |
| HSL | 335.94º | 0.97% | 0.62% | - |
| HSV(B) | 335.94º | 0.74% | 0.99% | - |
| XYZ | 46.77 | 26.37 | 27.44 | - |
| YUV | 129.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 140 | 0 | 0.74 | 0.44 | 0.01 | 335.94 | 0.97 | 0.62 |
| Hex | FC | 41 | 8C | 0 | 4A | 2C | 1 | 150 | 61 | 3E |
| Octal | 374 | 101 | 214 | 0 | 112 | 54 | 1 | 520 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10001100 | 0 | 1001010 | 101100 | 1 | 101010000 | 1100001 | 111110 |
Color Harmonies of #FC418C
Complementary color
Monochromatic Colors of #FC418C
Black with #FC418C
Text Example
Text Example
White with #FC418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC418C; }
p { color: rgb(252,65,140); }
H1.HeaderClassName
{
color: #FC418C;
}
.AnyTagClassName
{
color: #FC418C;
}
</style>
background-color css
<style>
a { background-color: #FC418C; }
a { background-color: rgb(252,65,140); }
div.DivClassName
{
background-color: #FC418C;
}
.BgClassName
{
background-color: #FC418C;
}
</style>
border-color css
<style>
span { border-color: #FC418C; }
span { border-color: rgb(252,65,140); }
td.TdClassName
{
border-color: #FC418C;
}
.TagClassName
{
border-color: #FC418C;
}
</style>