Shades of Violet Red #FC437D
Tints of Violet Red #FC437D
RGB
CMYK
RGB Variations
Color information
#FC437D (or 0xFC437D) is known color: Violet Red. HEX triplet: FC, 43 and 7D. RGB value is (252,67,125). Sum of RGB (Red+Green+Blue) = 252+67+125=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC437D is #03BC82. Grayscale: #808080. Windows color (decimal): -244867 or 8209404. OLE color: 8209404.
HSL color Cylindrical-coordinate representation of color #FC437D: hue angle of 341.19º 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 #FC437D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 125 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.01 |
| HSL | 341.19º | 0.97% | 0.63% | - |
| HSV(B) | 341.19º | 0.73% | 0.99% | - |
| XYZ | 45.85 | 26.19 | 22.04 | - |
| YUV | 128.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 125 | 0 | 0.73 | 0.50 | 0.01 | 341.19 | 0.97 | 0.63 |
| Hex | FC | 43 | 7D | 0 | 49 | 32 | 1 | 155 | 61 | 3F |
| Octal | 374 | 103 | 175 | 0 | 111 | 62 | 1 | 525 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1111101 | 0 | 1001001 | 110010 | 1 | 101010101 | 1100001 | 111111 |
Color Harmonies of #FC437D
Complementary color
Monochromatic Colors of #FC437D
Black with #FC437D
Text Example
Text Example
White with #FC437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC437D; }
p { color: rgb(252,67,125); }
H1.HeaderClassName
{
color: #FC437D;
}
.AnyTagClassName
{
color: #FC437D;
}
</style>
background-color css
<style>
a { background-color: #FC437D; }
a { background-color: rgb(252,67,125); }
div.DivClassName
{
background-color: #FC437D;
}
.BgClassName
{
background-color: #FC437D;
}
</style>
border-color css
<style>
span { border-color: #FC437D; }
span { border-color: rgb(252,67,125); }
td.TdClassName
{
border-color: #FC437D;
}
.TagClassName
{
border-color: #FC437D;
}
</style>