Shades of Violet Red #FC3F74
Tints of Violet Red #FC3F74
RGB
CMYK
RGB Variations
Color information
#FC3F74 (or 0xFC3F74) is known color: Violet Red. HEX triplet: FC, 3F and 74. RGB value is (252,63,116). Sum of RGB (Red+Green+Blue) = 252+63+116=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F74 is #03C08B. Grayscale: #7D7D7D. Windows color (decimal): -245900 or 7618556. OLE color: 7618556.
HSL color Cylindrical-coordinate representation of color #FC3F74: hue angle of 343.17º 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 #FC3F74 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 116 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.01 |
| HSL | 343.17º | 0.97% | 0.62% | - |
| HSV(B) | 343.17º | 0.75% | 0.99% | - |
| XYZ | 45.07 | 25.51 | 19.07 | - |
| YUV | 125.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 116 | 0 | 0.75 | 0.54 | 0.01 | 343.17 | 0.97 | 0.62 |
| Hex | FC | 3F | 74 | 0 | 4B | 36 | 1 | 157 | 61 | 3E |
| Octal | 374 | 77 | 164 | 0 | 113 | 66 | 1 | 527 | 141 | 76 |
| Binary | 11111100 | 111111 | 1110100 | 0 | 1001011 | 110110 | 1 | 101010111 | 1100001 | 111110 |
Color Harmonies of #FC3F74
Complementary color
Monochromatic Colors of #FC3F74
Black with #FC3F74
Text Example
Text Example
White with #FC3F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F74; }
p { color: rgb(252,63,116); }
H1.HeaderClassName
{
color: #FC3F74;
}
.AnyTagClassName
{
color: #FC3F74;
}
</style>
background-color css
<style>
a { background-color: #FC3F74; }
a { background-color: rgb(252,63,116); }
div.DivClassName
{
background-color: #FC3F74;
}
.BgClassName
{
background-color: #FC3F74;
}
</style>
border-color css
<style>
span { border-color: #FC3F74; }
span { border-color: rgb(252,63,116); }
td.TdClassName
{
border-color: #FC3F74;
}
.TagClassName
{
border-color: #FC3F74;
}
</style>