Shades of Violet Red #FC4090
Tints of Violet Red #FC4090
RGB
CMYK
RGB Variations
Color information
#FC4090 (or 0xFC4090) is known color: Violet Red. HEX triplet: FC, 40 and 90. RGB value is (252,64,144). Sum of RGB (Red+Green+Blue) = 252+64+144=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4090 is #03BF6F. Grayscale: #818181. Windows color (decimal): -245616 or 9453820. OLE color: 9453820.
HSL color Cylindrical-coordinate representation of color #FC4090: hue angle of 334.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4090 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 144 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.01 |
| HSL | 334.47º | 0.97% | 0.62% | - |
| HSV(B) | 334.47º | 0.75% | 0.99% | - |
| XYZ | 47.01 | 26.38 | 29 | - |
| YUV | 129.33 | 136.28 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 144 | 0 | 0.75 | 0.43 | 0.01 | 334.47 | 0.97 | 0.62 |
| Hex | FC | 40 | 90 | 0 | 4B | 2B | 1 | 14E | 61 | 3E |
| Octal | 374 | 100 | 220 | 0 | 113 | 53 | 1 | 516 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10010000 | 0 | 1001011 | 101011 | 1 | 101001110 | 1100001 | 111110 |
Color Harmonies of #FC4090
Complementary color
Monochromatic Colors of #FC4090
Black with #FC4090
Text Example
Text Example
White with #FC4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4090; }
p { color: rgb(252,64,144); }
H1.HeaderClassName
{
color: #FC4090;
}
.AnyTagClassName
{
color: #FC4090;
}
</style>
background-color css
<style>
a { background-color: #FC4090; }
a { background-color: rgb(252,64,144); }
div.DivClassName
{
background-color: #FC4090;
}
.BgClassName
{
background-color: #FC4090;
}
</style>
border-color css
<style>
span { border-color: #FC4090; }
span { border-color: rgb(252,64,144); }
td.TdClassName
{
border-color: #FC4090;
}
.TagClassName
{
border-color: #FC4090;
}
</style>