Shades of Violet Red #FC438E
Tints of Violet Red #FC438E
RGB
CMYK
RGB Variations
Color information
#FC438E (or 0xFC438E) is known color: Violet Red. HEX triplet: FC, 43 and 8E. RGB value is (252,67,142). Sum of RGB (Red+Green+Blue) = 252+67+142=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC438E is #03BC71. Grayscale: #828282. Windows color (decimal): -244850 or 9323516. OLE color: 9323516.
HSL color Cylindrical-coordinate representation of color #FC438E: hue angle of 335.68º 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 #FC438E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 142 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 335.68º | 0.97% | 0.63% | - |
| HSV(B) | 335.68º | 0.73% | 0.99% | - |
| XYZ | 47.03 | 26.66 | 28.26 | - |
| YUV | 130.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 142 | 0 | 0.73 | 0.44 | 0.01 | 335.68 | 0.97 | 0.63 |
| Hex | FC | 43 | 8E | 0 | 49 | 2C | 1 | 150 | 61 | 3F |
| Octal | 374 | 103 | 216 | 0 | 111 | 54 | 1 | 520 | 141 | 77 |
| Binary | 11111100 | 1000011 | 10001110 | 0 | 1001001 | 101100 | 1 | 101010000 | 1100001 | 111111 |
Color Harmonies of #FC438E
Complementary color
Monochromatic Colors of #FC438E
Black with #FC438E
Text Example
Text Example
White with #FC438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC438E; }
p { color: rgb(252,67,142); }
H1.HeaderClassName
{
color: #FC438E;
}
.AnyTagClassName
{
color: #FC438E;
}
</style>
background-color css
<style>
a { background-color: #FC438E; }
a { background-color: rgb(252,67,142); }
div.DivClassName
{
background-color: #FC438E;
}
.BgClassName
{
background-color: #FC438E;
}
</style>
border-color css
<style>
span { border-color: #FC438E; }
span { border-color: rgb(252,67,142); }
td.TdClassName
{
border-color: #FC438E;
}
.TagClassName
{
border-color: #FC438E;
}
</style>