Shades of Violet Red #FC427A
Tints of Violet Red #FC427A
RGB
CMYK
RGB Variations
Color information
#FC427A (or 0xFC427A) is known color: Violet Red. HEX triplet: FC, 42 and 7A. RGB value is (252,66,122). Sum of RGB (Red+Green+Blue) = 252+66+122=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC427A is #03BD85. Grayscale: #7F7F7F. Windows color (decimal): -245126 or 8012540. OLE color: 8012540.
HSL color Cylindrical-coordinate representation of color #FC427A: hue angle of 341.94º 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 #FC427A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 122 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.01 |
| HSL | 341.94º | 0.97% | 0.62% | - |
| HSV(B) | 341.94º | 0.74% | 0.99% | - |
| XYZ | 45.61 | 26 | 21.03 | - |
| YUV | 128 | 124.62 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 122 | 0 | 0.74 | 0.52 | 0.01 | 341.94 | 0.97 | 0.62 |
| Hex | FC | 42 | 7A | 0 | 4A | 34 | 1 | 156 | 61 | 3E |
| Octal | 374 | 102 | 172 | 0 | 112 | 64 | 1 | 526 | 141 | 76 |
| Binary | 11111100 | 1000010 | 1111010 | 0 | 1001010 | 110100 | 1 | 101010110 | 1100001 | 111110 |
Color Harmonies of #FC427A
Complementary color
Monochromatic Colors of #FC427A
Black with #FC427A
Text Example
Text Example
White with #FC427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC427A; }
p { color: rgb(252,66,122); }
H1.HeaderClassName
{
color: #FC427A;
}
.AnyTagClassName
{
color: #FC427A;
}
</style>
background-color css
<style>
a { background-color: #FC427A; }
a { background-color: rgb(252,66,122); }
div.DivClassName
{
background-color: #FC427A;
}
.BgClassName
{
background-color: #FC427A;
}
</style>
border-color css
<style>
span { border-color: #FC427A; }
span { border-color: rgb(252,66,122); }
td.TdClassName
{
border-color: #FC427A;
}
.TagClassName
{
border-color: #FC427A;
}
</style>