Shades of Violet Red #FC418A
Tints of Violet Red #FC418A
RGB
CMYK
RGB Variations
Color information
#FC418A (or 0xFC418A) is known color: Violet Red. HEX triplet: FC, 41 and 8A. RGB value is (252,65,138). Sum of RGB (Red+Green+Blue) = 252+65+138=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC418A is #03BE75. Grayscale: #818181. Windows color (decimal): -245366 or 9060860. OLE color: 9060860.
HSL color Cylindrical-coordinate representation of color #FC418A: hue angle of 336.58º 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 #FC418A is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 138 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.01 |
| HSL | 336.58º | 0.97% | 0.62% | - |
| HSV(B) | 336.58º | 0.74% | 0.99% | - |
| XYZ | 46.62 | 26.31 | 26.67 | - |
| YUV | 129.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 138 | 0 | 0.74 | 0.45 | 0.01 | 336.58 | 0.97 | 0.62 |
| Hex | FC | 41 | 8A | 0 | 4A | 2D | 1 | 151 | 61 | 3E |
| Octal | 374 | 101 | 212 | 0 | 112 | 55 | 1 | 521 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10001010 | 0 | 1001010 | 101101 | 1 | 101010001 | 1100001 | 111110 |
Color Harmonies of #FC418A
Complementary color
Monochromatic Colors of #FC418A
Black with #FC418A
Text Example
Text Example
White with #FC418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC418A; }
p { color: rgb(252,65,138); }
H1.HeaderClassName
{
color: #FC418A;
}
.AnyTagClassName
{
color: #FC418A;
}
</style>
background-color css
<style>
a { background-color: #FC418A; }
a { background-color: rgb(252,65,138); }
div.DivClassName
{
background-color: #FC418A;
}
.BgClassName
{
background-color: #FC418A;
}
</style>
border-color css
<style>
span { border-color: #FC418A; }
span { border-color: rgb(252,65,138); }
td.TdClassName
{
border-color: #FC418A;
}
.TagClassName
{
border-color: #FC418A;
}
</style>