Shades of Violet Red #FC4375
Tints of Violet Red #FC4375
RGB
CMYK
RGB Variations
Color information
#FC4375 (or 0xFC4375) is known color: Violet Red. HEX triplet: FC, 43 and 75. RGB value is (252,67,117). Sum of RGB (Red+Green+Blue) = 252+67+117=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4375 is #03BC8A. Grayscale: #808080. Windows color (decimal): -244875 or 7685116. OLE color: 7685116.
HSL color Cylindrical-coordinate representation of color #FC4375: hue angle of 343.78º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4375 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 117 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.01 |
| HSL | 343.78º | 0.97% | 0.63% | - |
| HSV(B) | 343.78º | 0.73% | 0.99% | - |
| XYZ | 45.36 | 25.99 | 19.46 | - |
| YUV | 128.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 117 | 0 | 0.73 | 0.54 | 0.01 | 343.78 | 0.97 | 0.63 |
| Hex | FC | 43 | 75 | 0 | 49 | 36 | 1 | 158 | 61 | 3F |
| Octal | 374 | 103 | 165 | 0 | 111 | 66 | 1 | 530 | 141 | 77 |
| Binary | 11111100 | 1000011 | 1110101 | 0 | 1001001 | 110110 | 1 | 101011000 | 1100001 | 111111 |
Color Harmonies of #FC4375
Complementary color
Monochromatic Colors of #FC4375
Black with #FC4375
Text Example
Text Example
White with #FC4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4375; }
p { color: rgb(252,67,117); }
H1.HeaderClassName
{
color: #FC4375;
}
.AnyTagClassName
{
color: #FC4375;
}
</style>
background-color css
<style>
a { background-color: #FC4375; }
a { background-color: rgb(252,67,117); }
div.DivClassName
{
background-color: #FC4375;
}
.BgClassName
{
background-color: #FC4375;
}
</style>
border-color css
<style>
span { border-color: #FC4375; }
span { border-color: rgb(252,67,117); }
td.TdClassName
{
border-color: #FC4375;
}
.TagClassName
{
border-color: #FC4375;
}
</style>