Shades of Violet Red #FC4174
Tints of Violet Red #FC4174
RGB
CMYK
RGB Variations
Color information
#FC4174 (or 0xFC4174) is known color: Violet Red. HEX triplet: FC, 41 and 74. RGB value is (252,65,116). Sum of RGB (Red+Green+Blue) = 252+65+116=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4174 is #03BE8B. Grayscale: #7E7E7E. Windows color (decimal): -245388 or 7619068. OLE color: 7619068.
HSL color Cylindrical-coordinate representation of color #FC4174: hue angle of 343.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4174 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 116 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.01 |
| HSL | 343.64º | 0.97% | 0.62% | - |
| HSV(B) | 343.64º | 0.74% | 0.99% | - |
| XYZ | 45.19 | 25.74 | 19.11 | - |
| YUV | 126.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 116 | 0 | 0.74 | 0.54 | 0.01 | 343.64 | 0.97 | 0.62 |
| Hex | FC | 41 | 74 | 0 | 4A | 36 | 1 | 158 | 61 | 3E |
| Octal | 374 | 101 | 164 | 0 | 112 | 66 | 1 | 530 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1110100 | 0 | 1001010 | 110110 | 1 | 101011000 | 1100001 | 111110 |
Color Harmonies of #FC4174
Complementary color
Monochromatic Colors of #FC4174
Black with #FC4174
Text Example
Text Example
White with #FC4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4174; }
p { color: rgb(252,65,116); }
H1.HeaderClassName
{
color: #FC4174;
}
.AnyTagClassName
{
color: #FC4174;
}
</style>
background-color css
<style>
a { background-color: #FC4174; }
a { background-color: rgb(252,65,116); }
div.DivClassName
{
background-color: #FC4174;
}
.BgClassName
{
background-color: #FC4174;
}
</style>
border-color css
<style>
span { border-color: #FC4174; }
span { border-color: rgb(252,65,116); }
td.TdClassName
{
border-color: #FC4174;
}
.TagClassName
{
border-color: #FC4174;
}
</style>