Shades of Violet Red #FC3E8B
Tints of Violet Red #FC3E8B
RGB
CMYK
RGB Variations
Color information
#FC3E8B (or 0xFC3E8B) is known color: Violet Red. HEX triplet: FC, 3E and 8B. RGB value is (252,62,139). Sum of RGB (Red+Green+Blue) = 252+62+139=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3E8B is #03C174. Grayscale: #7F7F7F. Windows color (decimal): -246133 or 9125628. OLE color: 9125628.
HSL color Cylindrical-coordinate representation of color #FC3E8B: hue angle of 335.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3E8B is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 139 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.01 |
| HSL | 335.68º | 0.97% | 0.62% | - |
| HSV(B) | 335.68º | 0.75% | 0.99% | - |
| XYZ | 46.53 | 26 | 26.99 | - |
| YUV | 127.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 139 | 0 | 0.75 | 0.45 | 0.01 | 335.68 | 0.97 | 0.62 |
| Hex | FC | 3E | 8B | 0 | 4B | 2D | 1 | 150 | 61 | 3E |
| Octal | 374 | 76 | 213 | 0 | 113 | 55 | 1 | 520 | 141 | 76 |
| Binary | 11111100 | 111110 | 10001011 | 0 | 1001011 | 101101 | 1 | 101010000 | 1100001 | 111110 |
Color Harmonies of #FC3E8B
Complementary color
Monochromatic Colors of #FC3E8B
Black with #FC3E8B
Text Example
Text Example
White with #FC3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E8B; }
p { color: rgb(252,62,139); }
H1.HeaderClassName
{
color: #FC3E8B;
}
.AnyTagClassName
{
color: #FC3E8B;
}
</style>
background-color css
<style>
a { background-color: #FC3E8B; }
a { background-color: rgb(252,62,139); }
div.DivClassName
{
background-color: #FC3E8B;
}
.BgClassName
{
background-color: #FC3E8B;
}
</style>
border-color css
<style>
span { border-color: #FC3E8B; }
span { border-color: rgb(252,62,139); }
td.TdClassName
{
border-color: #FC3E8B;
}
.TagClassName
{
border-color: #FC3E8B;
}
</style>