Shades of Violet Red #FC3F7A
Tints of Violet Red #FC3F7A
RGB
CMYK
RGB Variations
Color information
#FC3F7A (or 0xFC3F7A) is known color: Violet Red. HEX triplet: FC, 3F and 7A. RGB value is (252,63,122). Sum of RGB (Red+Green+Blue) = 252+63+122=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F7A is #03C085. Grayscale: #7E7E7E. Windows color (decimal): -245894 or 8011772. OLE color: 8011772.
HSL color Cylindrical-coordinate representation of color #FC3F7A: hue angle of 341.27º 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 #FC3F7A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 63 | 122 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.01 |
| HSL | 341.27º | 0.97% | 0.62% | - |
| HSV(B) | 341.27º | 0.75% | 0.99% | - |
| XYZ | 45.44 | 25.66 | 20.97 | - |
| YUV | 126.24 | 125.62 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 122 | 0 | 0.75 | 0.52 | 0.01 | 341.27 | 0.97 | 0.62 |
| Hex | FC | 3F | 7A | 0 | 4B | 34 | 1 | 155 | 61 | 3E |
| Octal | 374 | 77 | 172 | 0 | 113 | 64 | 1 | 525 | 141 | 76 |
| Binary | 11111100 | 111111 | 1111010 | 0 | 1001011 | 110100 | 1 | 101010101 | 1100001 | 111110 |
Color Harmonies of #FC3F7A
Complementary color
Monochromatic Colors of #FC3F7A
Black with #FC3F7A
Text Example
Text Example
White with #FC3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3F7A; }
p { color: rgb(252,63,122); }
H1.HeaderClassName
{
color: #FC3F7A;
}
.AnyTagClassName
{
color: #FC3F7A;
}
</style>
background-color css
<style>
a { background-color: #FC3F7A; }
a { background-color: rgb(252,63,122); }
div.DivClassName
{
background-color: #FC3F7A;
}
.BgClassName
{
background-color: #FC3F7A;
}
</style>
border-color css
<style>
span { border-color: #FC3F7A; }
span { border-color: rgb(252,63,122); }
td.TdClassName
{
border-color: #FC3F7A;
}
.TagClassName
{
border-color: #FC3F7A;
}
</style>