Shades of Violet Red #FC4183
Tints of Violet Red #FC4183
RGB
CMYK
RGB Variations
Color information
#FC4183 (or 0xFC4183) is known color: Violet Red. HEX triplet: FC, 41 and 83. RGB value is (252,65,131). Sum of RGB (Red+Green+Blue) = 252+65+131=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4183 is #03BE7C. Grayscale: #808080. Windows color (decimal): -245373 or 8602108. OLE color: 8602108.
HSL color Cylindrical-coordinate representation of color #FC4183: hue angle of 338.82º 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 #FC4183 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 131 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.01 |
| HSL | 338.82º | 0.97% | 0.62% | - |
| HSV(B) | 338.82º | 0.74% | 0.99% | - |
| XYZ | 46.13 | 26.11 | 24.08 | - |
| YUV | 128.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 131 | 0 | 0.74 | 0.48 | 0.01 | 338.82 | 0.97 | 0.62 |
| Hex | FC | 41 | 83 | 0 | 4A | 30 | 1 | 153 | 61 | 3E |
| Octal | 374 | 101 | 203 | 0 | 112 | 60 | 1 | 523 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10000011 | 0 | 1001010 | 110000 | 1 | 101010011 | 1100001 | 111110 |
Color Harmonies of #FC4183
Complementary color
Monochromatic Colors of #FC4183
Black with #FC4183
Text Example
Text Example
White with #FC4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4183; }
p { color: rgb(252,65,131); }
H1.HeaderClassName
{
color: #FC4183;
}
.AnyTagClassName
{
color: #FC4183;
}
</style>
background-color css
<style>
a { background-color: #FC4183; }
a { background-color: rgb(252,65,131); }
div.DivClassName
{
background-color: #FC4183;
}
.BgClassName
{
background-color: #FC4183;
}
</style>
border-color css
<style>
span { border-color: #FC4183; }
span { border-color: rgb(252,65,131); }
td.TdClassName
{
border-color: #FC4183;
}
.TagClassName
{
border-color: #FC4183;
}
</style>