Shades of Violet Red #FC4487
Tints of Violet Red #FC4487
RGB
CMYK
RGB Variations
Color information
#FC4487 (or 0xFC4487) is known color: Violet Red. HEX triplet: FC, 44 and 87. RGB value is (252,68,135). Sum of RGB (Red+Green+Blue) = 252+68+135=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4487 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4487 is #03BB78. Grayscale: #828282. Windows color (decimal): -244601 or 8865020. OLE color: 8865020.
HSL color Cylindrical-coordinate representation of color #FC4487: hue angle of 338.15º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC4487 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 135 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.01 |
| HSL | 338.15º | 0.97% | 0.63% | - |
| HSV(B) | 338.15º | 0.73% | 0.99% | - |
| XYZ | 46.59 | 26.58 | 25.6 | - |
| YUV | 130.65 | 130.46 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 135 | 0 | 0.73 | 0.46 | 0.01 | 338.15 | 0.97 | 0.63 |
| Hex | FC | 44 | 87 | 0 | 49 | 2E | 1 | 152 | 61 | 3F |
| Octal | 374 | 104 | 207 | 0 | 111 | 56 | 1 | 522 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10000111 | 0 | 1001001 | 101110 | 1 | 101010010 | 1100001 | 111111 |
Color Harmonies of #FC4487
Complementary color
Monochromatic Colors of #FC4487
Black with #FC4487
Text Example
Text Example
White with #FC4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4487; }
p { color: rgb(252,68,135); }
H1.HeaderClassName
{
color: #FC4487;
}
.AnyTagClassName
{
color: #FC4487;
}
</style>
background-color css
<style>
a { background-color: #FC4487; }
a { background-color: rgb(252,68,135); }
div.DivClassName
{
background-color: #FC4487;
}
.BgClassName
{
background-color: #FC4487;
}
</style>
border-color css
<style>
span { border-color: #FC4487; }
span { border-color: rgb(252,68,135); }
td.TdClassName
{
border-color: #FC4487;
}
.TagClassName
{
border-color: #FC4487;
}
</style>