Shades of Violet Red #FC297B
Tints of Violet Red #FC297B
RGB
CMYK
RGB Variations
Color information
#FC297B (or 0xFC297B) is known color: Violet Red. HEX triplet: FC, 29 and 7B. RGB value is (252,41,123). Sum of RGB (Red+Green+Blue) = 252+41+123=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC297B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC297B is #03D684. Grayscale: #717171. Windows color (decimal): -251525 or 8071676. OLE color: 8071676.
HSL color Cylindrical-coordinate representation of color #FC297B: hue angle of 336.68º 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 #FC297B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 123 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.01 |
| HSL | 336.68º | 0.97% | 0.57% | - |
| HSV(B) | 336.68º | 0.84% | 0.99% | - |
| XYZ | 44.51 | 23.71 | 20.97 | - |
| YUV | 113.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 123 | 0 | 0.84 | 0.51 | 0.01 | 336.68 | 0.97 | 0.57 |
| Hex | FC | 29 | 7B | 0 | 54 | 33 | 1 | 151 | 61 | 39 |
| Octal | 374 | 51 | 173 | 0 | 124 | 63 | 1 | 521 | 141 | 71 |
| Binary | 11111100 | 101001 | 1111011 | 0 | 1010100 | 110011 | 1 | 101010001 | 1100001 | 111001 |
Color Harmonies of #FC297B
Complementary color
Monochromatic Colors of #FC297B
Black with #FC297B
Text Example
Text Example
White with #FC297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC297B; }
p { color: rgb(252,41,123); }
H1.HeaderClassName
{
color: #FC297B;
}
.AnyTagClassName
{
color: #FC297B;
}
</style>
background-color css
<style>
a { background-color: #FC297B; }
a { background-color: rgb(252,41,123); }
div.DivClassName
{
background-color: #FC297B;
}
.BgClassName
{
background-color: #FC297B;
}
</style>
border-color css
<style>
span { border-color: #FC297B; }
span { border-color: rgb(252,41,123); }
td.TdClassName
{
border-color: #FC297B;
}
.TagClassName
{
border-color: #FC297B;
}
</style>