Shades of Violet Red #FC437A
Tints of Violet Red #FC437A
RGB
CMYK
RGB Variations
Color information
#FC437A (or 0xFC437A) is known color: Violet Red. HEX triplet: FC, 43 and 7A. RGB value is (252,67,122). Sum of RGB (Red+Green+Blue) = 252+67+122=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC437A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC437A is #03BC85. Grayscale: #808080. Windows color (decimal): -244870 or 8012796. OLE color: 8012796.
HSL color Cylindrical-coordinate representation of color #FC437A: hue angle of 342.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC437A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 122 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.01 |
| HSL | 342.16º | 0.97% | 0.63% | - |
| HSV(B) | 342.16º | 0.73% | 0.99% | - |
| XYZ | 45.66 | 26.11 | 21.05 | - |
| YUV | 128.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 122 | 0 | 0.73 | 0.52 | 0.01 | 342.16 | 0.97 | 0.63 |
| Hex | FC | 43 | 7A | 0 | 49 | 34 | 1 | 156 | 61 | 3F |
| Octal | 374 | 103 | 172 | 0 | 111 | 64 | 1 | 526 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1111010 | 0 | 1001001 | 110100 | 1 | 101010110 | 1100001 | 111111 |
Color Harmonies of #FC437A
Complementary color
Monochromatic Colors of #FC437A
Black with #FC437A
Text Example
Text Example
White with #FC437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC437A; }
p { color: rgb(252,67,122); }
H1.HeaderClassName
{
color: #FC437A;
}
.AnyTagClassName
{
color: #FC437A;
}
</style>
background-color css
<style>
a { background-color: #FC437A; }
a { background-color: rgb(252,67,122); }
div.DivClassName
{
background-color: #FC437A;
}
.BgClassName
{
background-color: #FC437A;
}
</style>
border-color css
<style>
span { border-color: #FC437A; }
span { border-color: rgb(252,67,122); }
td.TdClassName
{
border-color: #FC437A;
}
.TagClassName
{
border-color: #FC437A;
}
</style>