Shades of Violet Red #FC4185
Tints of Violet Red #FC4185
RGB
CMYK
RGB Variations
Color information
#FC4185 (or 0xFC4185) is known color: Violet Red. HEX triplet: FC, 41 and 85. RGB value is (252,65,133). Sum of RGB (Red+Green+Blue) = 252+65+133=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4185 is #03BE7A. Grayscale: #808080. Windows color (decimal): -245371 or 8733180. OLE color: 8733180.
HSL color Cylindrical-coordinate representation of color #FC4185: hue angle of 338.18º 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 #FC4185 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 133 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.01 |
| HSL | 338.18º | 0.97% | 0.62% | - |
| HSV(B) | 338.18º | 0.74% | 0.99% | - |
| XYZ | 46.27 | 26.17 | 24.8 | - |
| YUV | 128.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 133 | 0 | 0.74 | 0.47 | 0.01 | 338.18 | 0.97 | 0.62 |
| Hex | FC | 41 | 85 | 0 | 4A | 2F | 1 | 152 | 61 | 3E |
| Octal | 374 | 101 | 205 | 0 | 112 | 57 | 1 | 522 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10000101 | 0 | 1001010 | 101111 | 1 | 101010010 | 1100001 | 111110 |
Color Harmonies of #FC4185
Complementary color
Monochromatic Colors of #FC4185
Black with #FC4185
Text Example
Text Example
White with #FC4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4185; }
p { color: rgb(252,65,133); }
H1.HeaderClassName
{
color: #FC4185;
}
.AnyTagClassName
{
color: #FC4185;
}
</style>
background-color css
<style>
a { background-color: #FC4185; }
a { background-color: rgb(252,65,133); }
div.DivClassName
{
background-color: #FC4185;
}
.BgClassName
{
background-color: #FC4185;
}
</style>
border-color css
<style>
span { border-color: #FC4185; }
span { border-color: rgb(252,65,133); }
td.TdClassName
{
border-color: #FC4185;
}
.TagClassName
{
border-color: #FC4185;
}
</style>