Shades of Violet Red #FC4290
Tints of Violet Red #FC4290
RGB
CMYK
RGB Variations
Color information
#FC4290 (or 0xFC4290) is known color: Violet Red. HEX triplet: FC, 42 and 90. RGB value is (252,66,144). Sum of RGB (Red+Green+Blue) = 252+66+144=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4290 is #03BD6F. Grayscale: #828282. Windows color (decimal): -245104 or 9454332. OLE color: 9454332.
HSL color Cylindrical-coordinate representation of color #FC4290: hue angle of 334.84º 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 #FC4290 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 144 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.01 |
| HSL | 334.84º | 0.97% | 0.62% | - |
| HSV(B) | 334.84º | 0.74% | 0.99% | - |
| XYZ | 47.13 | 26.61 | 29.04 | - |
| YUV | 130.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 144 | 0 | 0.74 | 0.43 | 0.01 | 334.84 | 0.97 | 0.62 |
| Hex | FC | 42 | 90 | 0 | 4A | 2B | 1 | 14F | 61 | 3E |
| Octal | 374 | 102 | 220 | 0 | 112 | 53 | 1 | 517 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10010000 | 0 | 1001010 | 101011 | 1 | 101001111 | 1100001 | 111110 |
Color Harmonies of #FC4290
Complementary color
Monochromatic Colors of #FC4290
Black with #FC4290
Text Example
Text Example
White with #FC4290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4290; }
p { color: rgb(252,66,144); }
H1.HeaderClassName
{
color: #FC4290;
}
.AnyTagClassName
{
color: #FC4290;
}
</style>
background-color css
<style>
a { background-color: #FC4290; }
a { background-color: rgb(252,66,144); }
div.DivClassName
{
background-color: #FC4290;
}
.BgClassName
{
background-color: #FC4290;
}
</style>
border-color css
<style>
span { border-color: #FC4290; }
span { border-color: rgb(252,66,144); }
td.TdClassName
{
border-color: #FC4290;
}
.TagClassName
{
border-color: #FC4290;
}
</style>