Shades of Violet Red #FC4295
Tints of Violet Red #FC4295
RGB
CMYK
RGB Variations
Color information
#FC4295 (or 0xFC4295) is known color: Violet Red. HEX triplet: FC, 42 and 95. RGB value is (252,66,149). Sum of RGB (Red+Green+Blue) = 252+66+149=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4295 is #03BD6A. Grayscale: #828282. Windows color (decimal): -245099 or 9782012. OLE color: 9782012.
HSL color Cylindrical-coordinate representation of color #FC4295: hue angle of 333.23º 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 #FC4295 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 149 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.01 |
| HSL | 333.23º | 0.97% | 0.62% | - |
| HSV(B) | 333.23º | 0.74% | 0.99% | - |
| XYZ | 47.52 | 26.76 | 31.09 | - |
| YUV | 131.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 149 | 0 | 0.74 | 0.41 | 0.01 | 333.23 | 0.97 | 0.62 |
| Hex | FC | 42 | 95 | 0 | 4A | 29 | 1 | 14D | 61 | 3E |
| Octal | 374 | 102 | 225 | 0 | 112 | 51 | 1 | 515 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10010101 | 0 | 1001010 | 101001 | 1 | 101001101 | 1100001 | 111110 |
Color Harmonies of #FC4295
Complementary color
Monochromatic Colors of #FC4295
Black with #FC4295
Text Example
Text Example
White with #FC4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4295; }
p { color: rgb(252,66,149); }
H1.HeaderClassName
{
color: #FC4295;
}
.AnyTagClassName
{
color: #FC4295;
}
</style>
background-color css
<style>
a { background-color: #FC4295; }
a { background-color: rgb(252,66,149); }
div.DivClassName
{
background-color: #FC4295;
}
.BgClassName
{
background-color: #FC4295;
}
</style>
border-color css
<style>
span { border-color: #FC4295; }
span { border-color: rgb(252,66,149); }
td.TdClassName
{
border-color: #FC4295;
}
.TagClassName
{
border-color: #FC4295;
}
</style>