Shades of Violet Red #FC4074
Tints of Violet Red #FC4074
RGB
CMYK
RGB Variations
Color information
#FC4074 (or 0xFC4074) is known color: Violet Red. HEX triplet: FC, 40 and 74. RGB value is (252,64,116). Sum of RGB (Red+Green+Blue) = 252+64+116=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4074 is #03BF8B. Grayscale: #7E7E7E. Windows color (decimal): -245644 or 7618812. OLE color: 7618812.
HSL color Cylindrical-coordinate representation of color #FC4074: hue angle of 343.4º 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 #FC4074 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 116 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.01 |
| HSL | 343.4º | 0.97% | 0.62% | - |
| HSV(B) | 343.4º | 0.75% | 0.99% | - |
| XYZ | 45.13 | 25.62 | 19.09 | - |
| YUV | 126.14 | 122.28 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 116 | 0 | 0.75 | 0.54 | 0.01 | 343.4 | 0.97 | 0.62 |
| Hex | FC | 40 | 74 | 0 | 4B | 36 | 1 | 157 | 61 | 3E |
| Octal | 374 | 100 | 164 | 0 | 113 | 66 | 1 | 527 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1110100 | 0 | 1001011 | 110110 | 1 | 101010111 | 1100001 | 111110 |
Color Harmonies of #FC4074
Complementary color
Monochromatic Colors of #FC4074
Black with #FC4074
Text Example
Text Example
White with #FC4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4074; }
p { color: rgb(252,64,116); }
H1.HeaderClassName
{
color: #FC4074;
}
.AnyTagClassName
{
color: #FC4074;
}
</style>
background-color css
<style>
a { background-color: #FC4074; }
a { background-color: rgb(252,64,116); }
div.DivClassName
{
background-color: #FC4074;
}
.BgClassName
{
background-color: #FC4074;
}
</style>
border-color css
<style>
span { border-color: #FC4074; }
span { border-color: rgb(252,64,116); }
td.TdClassName
{
border-color: #FC4074;
}
.TagClassName
{
border-color: #FC4074;
}
</style>