Shades of Violet Red #FC4294
Tints of Violet Red #FC4294
RGB
CMYK
RGB Variations
Color information
#FC4294 (or 0xFC4294) is known color: Violet Red. HEX triplet: FC, 42 and 94. RGB value is (252,66,148). Sum of RGB (Red+Green+Blue) = 252+66+148=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4294 is #03BD6B. Grayscale: #828282. Windows color (decimal): -245100 or 9716476. OLE color: 9716476.
HSL color Cylindrical-coordinate representation of color #FC4294: hue angle of 333.55º 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 #FC4294 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 148 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.01 |
| HSL | 333.55º | 0.97% | 0.62% | - |
| HSV(B) | 333.55º | 0.74% | 0.99% | - |
| XYZ | 47.44 | 26.73 | 30.68 | - |
| YUV | 130.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 148 | 0 | 0.74 | 0.41 | 0.01 | 333.55 | 0.97 | 0.62 |
| Hex | FC | 42 | 94 | 0 | 4A | 29 | 1 | 14E | 61 | 3E |
| Octal | 374 | 102 | 224 | 0 | 112 | 51 | 1 | 516 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10010100 | 0 | 1001010 | 101001 | 1 | 101001110 | 1100001 | 111110 |
Color Harmonies of #FC4294
Complementary color
Monochromatic Colors of #FC4294
Black with #FC4294
Text Example
Text Example
White with #FC4294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4294; }
p { color: rgb(252,66,148); }
H1.HeaderClassName
{
color: #FC4294;
}
.AnyTagClassName
{
color: #FC4294;
}
</style>
background-color css
<style>
a { background-color: #FC4294; }
a { background-color: rgb(252,66,148); }
div.DivClassName
{
background-color: #FC4294;
}
.BgClassName
{
background-color: #FC4294;
}
</style>
border-color css
<style>
span { border-color: #FC4294; }
span { border-color: rgb(252,66,148); }
td.TdClassName
{
border-color: #FC4294;
}
.TagClassName
{
border-color: #FC4294;
}
</style>