Shades of Violet Red #FC4488
Tints of Violet Red #FC4488
RGB
CMYK
RGB Variations
Color information
#FC4488 (or 0xFC4488) is known color: Violet Red. HEX triplet: FC, 44 and 88. RGB value is (252,68,136). Sum of RGB (Red+Green+Blue) = 252+68+136=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4488 is #03BB77. Grayscale: #828282. Windows color (decimal): -244600 or 8930556. OLE color: 8930556.
HSL color Cylindrical-coordinate representation of color #FC4488: hue angle of 337.83º 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 #FC4488 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 136 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.01 |
| HSL | 337.83º | 0.97% | 0.63% | - |
| HSV(B) | 337.83º | 0.73% | 0.99% | - |
| XYZ | 46.66 | 26.61 | 25.97 | - |
| YUV | 130.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 136 | 0 | 0.73 | 0.46 | 0.01 | 337.83 | 0.97 | 0.63 |
| Hex | FC | 44 | 88 | 0 | 49 | 2E | 1 | 152 | 61 | 3F |
| Octal | 374 | 104 | 210 | 0 | 111 | 56 | 1 | 522 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10001000 | 0 | 1001001 | 101110 | 1 | 101010010 | 1100001 | 111111 |
Color Harmonies of #FC4488
Complementary color
Monochromatic Colors of #FC4488
Black with #FC4488
Text Example
Text Example
White with #FC4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4488; }
p { color: rgb(252,68,136); }
H1.HeaderClassName
{
color: #FC4488;
}
.AnyTagClassName
{
color: #FC4488;
}
</style>
background-color css
<style>
a { background-color: #FC4488; }
a { background-color: rgb(252,68,136); }
div.DivClassName
{
background-color: #FC4488;
}
.BgClassName
{
background-color: #FC4488;
}
</style>
border-color css
<style>
span { border-color: #FC4488; }
span { border-color: rgb(252,68,136); }
td.TdClassName
{
border-color: #FC4488;
}
.TagClassName
{
border-color: #FC4488;
}
</style>