Shades of Violet Red #FC4283
Tints of Violet Red #FC4283
RGB
CMYK
RGB Variations
Color information
#FC4283 (or 0xFC4283) is known color: Violet Red. HEX triplet: FC, 42 and 83. RGB value is (252,66,131). Sum of RGB (Red+Green+Blue) = 252+66+131=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4283 is #03BD7C. Grayscale: #808080. Windows color (decimal): -245117 or 8602364. OLE color: 8602364.
HSL color Cylindrical-coordinate representation of color #FC4283: hue angle of 339.03º 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 #FC4283 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 131 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.01 |
| HSL | 339.03º | 0.97% | 0.62% | - |
| HSV(B) | 339.03º | 0.74% | 0.99% | - |
| XYZ | 46.19 | 26.23 | 24.1 | - |
| YUV | 129.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 131 | 0 | 0.74 | 0.48 | 0.01 | 339.03 | 0.97 | 0.62 |
| Hex | FC | 42 | 83 | 0 | 4A | 30 | 1 | 153 | 61 | 3E |
| Octal | 374 | 102 | 203 | 0 | 112 | 60 | 1 | 523 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10000011 | 0 | 1001010 | 110000 | 1 | 101010011 | 1100001 | 111110 |
Color Harmonies of #FC4283
Complementary color
Monochromatic Colors of #FC4283
Black with #FC4283
Text Example
Text Example
White with #FC4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4283; }
p { color: rgb(252,66,131); }
H1.HeaderClassName
{
color: #FC4283;
}
.AnyTagClassName
{
color: #FC4283;
}
</style>
background-color css
<style>
a { background-color: #FC4283; }
a { background-color: rgb(252,66,131); }
div.DivClassName
{
background-color: #FC4283;
}
.BgClassName
{
background-color: #FC4283;
}
</style>
border-color css
<style>
span { border-color: #FC4283; }
span { border-color: rgb(252,66,131); }
td.TdClassName
{
border-color: #FC4283;
}
.TagClassName
{
border-color: #FC4283;
}
</style>