Shades of Violet Red #FC4177
Tints of Violet Red #FC4177
RGB
CMYK
RGB Variations
Color information
#FC4177 (or 0xFC4177) is known color: Violet Red. HEX triplet: FC, 41 and 77. RGB value is (252,65,119). Sum of RGB (Red+Green+Blue) = 252+65+119=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4177 is #03BE88. Grayscale: #7F7F7F. Windows color (decimal): -245385 or 7815676. OLE color: 7815676.
HSL color Cylindrical-coordinate representation of color #FC4177: hue angle of 342.67º 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 #FC4177 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 119 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.01 |
| HSL | 342.67º | 0.97% | 0.62% | - |
| HSV(B) | 342.67º | 0.74% | 0.99% | - |
| XYZ | 45.36 | 25.81 | 20.04 | - |
| YUV | 127.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 119 | 0 | 0.74 | 0.53 | 0.01 | 342.67 | 0.97 | 0.62 |
| Hex | FC | 41 | 77 | 0 | 4A | 35 | 1 | 157 | 61 | 3E |
| Octal | 374 | 101 | 167 | 0 | 112 | 65 | 1 | 527 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1110111 | 0 | 1001010 | 110101 | 1 | 101010111 | 1100001 | 111110 |
Color Harmonies of #FC4177
Complementary color
Monochromatic Colors of #FC4177
Black with #FC4177
Text Example
Text Example
White with #FC4177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4177; }
p { color: rgb(252,65,119); }
H1.HeaderClassName
{
color: #FC4177;
}
.AnyTagClassName
{
color: #FC4177;
}
</style>
background-color css
<style>
a { background-color: #FC4177; }
a { background-color: rgb(252,65,119); }
div.DivClassName
{
background-color: #FC4177;
}
.BgClassName
{
background-color: #FC4177;
}
</style>
border-color css
<style>
span { border-color: #FC4177; }
span { border-color: rgb(252,65,119); }
td.TdClassName
{
border-color: #FC4177;
}
.TagClassName
{
border-color: #FC4177;
}
</style>