Shades of Violet Red #FC387E
Tints of Violet Red #FC387E
RGB
CMYK
RGB Variations
Color information
#FC387E (or 0xFC387E) is known color: Violet Red. HEX triplet: FC, 38 and 7E. RGB value is (252,56,126). Sum of RGB (Red+Green+Blue) = 252+56+126=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC387E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC387E is #03C781. Grayscale: #7A7A7A. Windows color (decimal): -247682 or 8272124. OLE color: 8272124.
HSL color Cylindrical-coordinate representation of color #FC387E: hue angle of 338.57º 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 #FC387E is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 56 | 126 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.01 |
| HSL | 338.57º | 0.97% | 0.6% | - |
| HSV(B) | 338.57º | 0.78% | 0.99% | - |
| XYZ | 45.32 | 25.03 | 22.18 | - |
| YUV | 122.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 56 | 126 | 0 | 0.78 | 0.5 | 0.01 | 338.57 | 0.97 | 0.6 |
| Hex | FC | 38 | 7E | 0 | 4E | 32 | 1 | 153 | 61 | 3C |
| Octal | 374 | 70 | 176 | 0 | 116 | 62 | 1 | 523 | 141 | 74 |
| Binary | 11111100 | 111000 | 1111110 | 0 | 1001110 | 110010 | 1 | 101010011 | 1100001 | 111100 |
Color Harmonies of #FC387E
Complementary color
Monochromatic Colors of #FC387E
Black with #FC387E
Text Example
Text Example
White with #FC387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC387E; }
p { color: rgb(252,56,126); }
H1.HeaderClassName
{
color: #FC387E;
}
.AnyTagClassName
{
color: #FC387E;
}
</style>
background-color css
<style>
a { background-color: #FC387E; }
a { background-color: rgb(252,56,126); }
div.DivClassName
{
background-color: #FC387E;
}
.BgClassName
{
background-color: #FC387E;
}
</style>
border-color css
<style>
span { border-color: #FC387E; }
span { border-color: rgb(252,56,126); }
td.TdClassName
{
border-color: #FC387E;
}
.TagClassName
{
border-color: #FC387E;
}
</style>