Shades of Violet Red #FC4175
Tints of Violet Red #FC4175
RGB
CMYK
RGB Variations
Color information
#FC4175 (or 0xFC4175) is known color: Violet Red. HEX triplet: FC, 41 and 75. RGB value is (252,65,117). Sum of RGB (Red+Green+Blue) = 252+65+117=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4175 is #03BE8A. Grayscale: #7E7E7E. Windows color (decimal): -245387 or 7684604. OLE color: 7684604.
HSL color Cylindrical-coordinate representation of color #FC4175: hue angle of 343.32º 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 #FC4175 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 117 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.01 |
| HSL | 343.32º | 0.97% | 0.62% | - |
| HSV(B) | 343.32º | 0.74% | 0.99% | - |
| XYZ | 45.25 | 25.76 | 19.42 | - |
| YUV | 126.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 117 | 0 | 0.74 | 0.54 | 0.01 | 343.32 | 0.97 | 0.62 |
| Hex | FC | 41 | 75 | 0 | 4A | 36 | 1 | 157 | 61 | 3E |
| Octal | 374 | 101 | 165 | 0 | 112 | 66 | 1 | 527 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1110101 | 0 | 1001010 | 110110 | 1 | 101010111 | 1100001 | 111110 |
Color Harmonies of #FC4175
Complementary color
Monochromatic Colors of #FC4175
Black with #FC4175
Text Example
Text Example
White with #FC4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4175; }
p { color: rgb(252,65,117); }
H1.HeaderClassName
{
color: #FC4175;
}
.AnyTagClassName
{
color: #FC4175;
}
</style>
background-color css
<style>
a { background-color: #FC4175; }
a { background-color: rgb(252,65,117); }
div.DivClassName
{
background-color: #FC4175;
}
.BgClassName
{
background-color: #FC4175;
}
</style>
border-color css
<style>
span { border-color: #FC4175; }
span { border-color: rgb(252,65,117); }
td.TdClassName
{
border-color: #FC4175;
}
.TagClassName
{
border-color: #FC4175;
}
</style>