Shades of Violet Red #FC438B
Tints of Violet Red #FC438B
RGB
CMYK
RGB Variations
Color information
#FC438B (or 0xFC438B) is known color: Violet Red. HEX triplet: FC, 43 and 8B. RGB value is (252,67,139). Sum of RGB (Red+Green+Blue) = 252+67+139=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC438B is #03BC74. Grayscale: #828282. Windows color (decimal): -244853 or 9126908. OLE color: 9126908.
HSL color Cylindrical-coordinate representation of color #FC438B: hue angle of 336.65º 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 #FC438B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 139 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.01 |
| HSL | 336.65º | 0.97% | 0.63% | - |
| HSV(B) | 336.65º | 0.73% | 0.99% | - |
| XYZ | 46.81 | 26.57 | 27.09 | - |
| YUV | 130.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 139 | 0 | 0.73 | 0.45 | 0.01 | 336.65 | 0.97 | 0.63 |
| Hex | FC | 43 | 8B | 0 | 49 | 2D | 1 | 151 | 61 | 3F |
| Octal | 374 | 103 | 213 | 0 | 111 | 55 | 1 | 521 | 141 | 77 |
| Binary | 11111100 | 1000011 | 10001011 | 0 | 1001001 | 101101 | 1 | 101010001 | 1100001 | 111111 |
Color Harmonies of #FC438B
Complementary color
Monochromatic Colors of #FC438B
Black with #FC438B
Text Example
Text Example
White with #FC438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC438B; }
p { color: rgb(252,67,139); }
H1.HeaderClassName
{
color: #FC438B;
}
.AnyTagClassName
{
color: #FC438B;
}
</style>
background-color css
<style>
a { background-color: #FC438B; }
a { background-color: rgb(252,67,139); }
div.DivClassName
{
background-color: #FC438B;
}
.BgClassName
{
background-color: #FC438B;
}
</style>
border-color css
<style>
span { border-color: #FC438B; }
span { border-color: rgb(252,67,139); }
td.TdClassName
{
border-color: #FC438B;
}
.TagClassName
{
border-color: #FC438B;
}
</style>