Shades of Violet Red #FC438A
Tints of Violet Red #FC438A
RGB
CMYK
RGB Variations
Color information
#FC438A (or 0xFC438A) is known color: Violet Red. HEX triplet: FC, 43 and 8A. RGB value is (252,67,138). Sum of RGB (Red+Green+Blue) = 252+67+138=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC438A is #03BC75. Grayscale: #828282. Windows color (decimal): -244854 or 9061372. OLE color: 9061372.
HSL color Cylindrical-coordinate representation of color #FC438A: hue angle of 336.97º 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 #FC438A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 138 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.01 |
| HSL | 336.97º | 0.97% | 0.63% | - |
| HSV(B) | 336.97º | 0.73% | 0.99% | - |
| XYZ | 46.74 | 26.54 | 26.7 | - |
| YUV | 130.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 138 | 0 | 0.73 | 0.45 | 0.01 | 336.97 | 0.97 | 0.63 |
| Hex | FC | 43 | 8A | 0 | 49 | 2D | 1 | 151 | 61 | 3F |
| Octal | 374 | 103 | 212 | 0 | 111 | 55 | 1 | 521 | 141 | 77 |
| Binary | 11111100 | 1000011 | 10001010 | 0 | 1001001 | 101101 | 1 | 101010001 | 1100001 | 111111 |
Color Harmonies of #FC438A
Complementary color
Monochromatic Colors of #FC438A
Black with #FC438A
Text Example
Text Example
White with #FC438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC438A; }
p { color: rgb(252,67,138); }
H1.HeaderClassName
{
color: #FC438A;
}
.AnyTagClassName
{
color: #FC438A;
}
</style>
background-color css
<style>
a { background-color: #FC438A; }
a { background-color: rgb(252,67,138); }
div.DivClassName
{
background-color: #FC438A;
}
.BgClassName
{
background-color: #FC438A;
}
</style>
border-color css
<style>
span { border-color: #FC438A; }
span { border-color: rgb(252,67,138); }
td.TdClassName
{
border-color: #FC438A;
}
.TagClassName
{
border-color: #FC438A;
}
</style>