Shades of Violet Red #FC367C
Tints of Violet Red #FC367C
RGB
CMYK
RGB Variations
Color information
#FC367C (or 0xFC367C) is known color: Violet Red. HEX triplet: FC, 36 and 7C. RGB value is (252,54,124). Sum of RGB (Red+Green+Blue) = 252+54+124=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC367C is #03C983. Grayscale: #797979. Windows color (decimal): -248196 or 8140540. OLE color: 8140540.
HSL color Cylindrical-coordinate representation of color #FC367C: hue angle of 338.79º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC367C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 124 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.01 |
| HSL | 338.79º | 0.97% | 0.6% | - |
| HSV(B) | 338.79º | 0.79% | 0.99% | - |
| XYZ | 45.1 | 24.79 | 21.48 | - |
| YUV | 121.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 124 | 0 | 0.79 | 0.51 | 0.01 | 338.79 | 0.97 | 0.6 |
| Hex | FC | 36 | 7C | 0 | 4F | 33 | 1 | 153 | 61 | 3C |
| Octal | 374 | 66 | 174 | 0 | 117 | 63 | 1 | 523 | 141 | 74 |
| Binary | 11111100 | 110110 | 1111100 | 0 | 1001111 | 110011 | 1 | 101010011 | 1100001 | 111100 |
Color Harmonies of #FC367C
Complementary color
Monochromatic Colors of #FC367C
Black with #FC367C
Text Example
Text Example
White with #FC367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC367C; }
p { color: rgb(252,54,124); }
H1.HeaderClassName
{
color: #FC367C;
}
.AnyTagClassName
{
color: #FC367C;
}
</style>
background-color css
<style>
a { background-color: #FC367C; }
a { background-color: rgb(252,54,124); }
div.DivClassName
{
background-color: #FC367C;
}
.BgClassName
{
background-color: #FC367C;
}
</style>
border-color css
<style>
span { border-color: #FC367C; }
span { border-color: rgb(252,54,124); }
td.TdClassName
{
border-color: #FC367C;
}
.TagClassName
{
border-color: #FC367C;
}
</style>