Shades of Violet Red #FC387B
Tints of Violet Red #FC387B
RGB
CMYK
RGB Variations
Color information
#FC387B (or 0xFC387B) is known color: Violet Red. HEX triplet: FC, 38 and 7B. RGB value is (252,56,123). Sum of RGB (Red+Green+Blue) = 252+56+123=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC387B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC387B is #03C784. Grayscale: #7A7A7A. Windows color (decimal): -247685 or 8075516. OLE color: 8075516.
HSL color Cylindrical-coordinate representation of color #FC387B: hue angle of 339.49º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC387B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 123 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.01 |
| HSL | 339.49º | 0.97% | 0.6% | - |
| HSV(B) | 339.49º | 0.78% | 0.99% | - |
| XYZ | 45.13 | 24.95 | 21.18 | - |
| YUV | 122.24 | 128.43 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 123 | 0 | 0.78 | 0.51 | 0.01 | 339.49 | 0.97 | 0.6 |
| Hex | FC | 38 | 7B | 0 | 4E | 33 | 1 | 153 | 61 | 3C |
| Octal | 374 | 70 | 173 | 0 | 116 | 63 | 1 | 523 | 141 | 74 |
| Binary | 11111100 | 111000 | 1111011 | 0 | 1001110 | 110011 | 1 | 101010011 | 1100001 | 111100 |
Color Harmonies of #FC387B
Complementary color
Monochromatic Colors of #FC387B
Black with #FC387B
Text Example
Text Example
White with #FC387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC387B; }
p { color: rgb(252,56,123); }
H1.HeaderClassName
{
color: #FC387B;
}
.AnyTagClassName
{
color: #FC387B;
}
</style>
background-color css
<style>
a { background-color: #FC387B; }
a { background-color: rgb(252,56,123); }
div.DivClassName
{
background-color: #FC387B;
}
.BgClassName
{
background-color: #FC387B;
}
</style>
border-color css
<style>
span { border-color: #FC387B; }
span { border-color: rgb(252,56,123); }
td.TdClassName
{
border-color: #FC387B;
}
.TagClassName
{
border-color: #FC387B;
}
</style>