Shades of Violet Red #FC417D
Tints of Violet Red #FC417D
RGB
CMYK
RGB Variations
Color information
#FC417D (or 0xFC417D) is known color: Violet Red. HEX triplet: FC, 41 and 7D. RGB value is (252,65,125). Sum of RGB (Red+Green+Blue) = 252+65+125=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC417D is #03BE82. Grayscale: #7F7F7F. Windows color (decimal): -245379 or 8208892. OLE color: 8208892.
HSL color Cylindrical-coordinate representation of color #FC417D: hue angle of 340.75º 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 #FC417D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 125 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.01 |
| HSL | 340.75º | 0.97% | 0.62% | - |
| HSV(B) | 340.75º | 0.74% | 0.99% | - |
| XYZ | 45.74 | 25.96 | 22 | - |
| YUV | 127.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 125 | 0 | 0.74 | 0.50 | 0.01 | 340.75 | 0.97 | 0.62 |
| Hex | FC | 41 | 7D | 0 | 4A | 32 | 1 | 155 | 61 | 3E |
| Octal | 374 | 101 | 175 | 0 | 112 | 62 | 1 | 525 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1111101 | 0 | 1001010 | 110010 | 1 | 101010101 | 1100001 | 111110 |
Color Harmonies of #FC417D
Complementary color
Monochromatic Colors of #FC417D
Black with #FC417D
Text Example
Text Example
White with #FC417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC417D; }
p { color: rgb(252,65,125); }
H1.HeaderClassName
{
color: #FC417D;
}
.AnyTagClassName
{
color: #FC417D;
}
</style>
background-color css
<style>
a { background-color: #FC417D; }
a { background-color: rgb(252,65,125); }
div.DivClassName
{
background-color: #FC417D;
}
.BgClassName
{
background-color: #FC417D;
}
</style>
border-color css
<style>
span { border-color: #FC417D; }
span { border-color: rgb(252,65,125); }
td.TdClassName
{
border-color: #FC417D;
}
.TagClassName
{
border-color: #FC417D;
}
</style>