Shades of Violet Red #FC297A
Tints of Violet Red #FC297A
RGB
CMYK
RGB Variations
Color information
#FC297A (or 0xFC297A) is known color: Violet Red. HEX triplet: FC, 29 and 7A. RGB value is (252,41,122). Sum of RGB (Red+Green+Blue) = 252+41+122=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC297A is #03D685. Grayscale: #717171. Windows color (decimal): -251526 or 8006140. OLE color: 8006140.
HSL color Cylindrical-coordinate representation of color #FC297A: hue angle of 336.97º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC297A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 122 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.01 |
| HSL | 336.97º | 0.97% | 0.57% | - |
| HSV(B) | 336.97º | 0.84% | 0.99% | - |
| XYZ | 44.45 | 23.69 | 20.64 | - |
| YUV | 113.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 122 | 0 | 0.84 | 0.52 | 0.01 | 336.97 | 0.97 | 0.57 |
| Hex | FC | 29 | 7A | 0 | 54 | 34 | 1 | 151 | 61 | 39 |
| Octal | 374 | 51 | 172 | 0 | 124 | 64 | 1 | 521 | 141 | 71 |
| Binary | 11111100 | 101001 | 1111010 | 0 | 1010100 | 110100 | 1 | 101010001 | 1100001 | 111001 |
Color Harmonies of #FC297A
Complementary color
Monochromatic Colors of #FC297A
Black with #FC297A
Text Example
Text Example
White with #FC297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC297A; }
p { color: rgb(252,41,122); }
H1.HeaderClassName
{
color: #FC297A;
}
.AnyTagClassName
{
color: #FC297A;
}
</style>
background-color css
<style>
a { background-color: #FC297A; }
a { background-color: rgb(252,41,122); }
div.DivClassName
{
background-color: #FC297A;
}
.BgClassName
{
background-color: #FC297A;
}
</style>
border-color css
<style>
span { border-color: #FC297A; }
span { border-color: rgb(252,41,122); }
td.TdClassName
{
border-color: #FC297A;
}
.TagClassName
{
border-color: #FC297A;
}
</style>