Shades of Violet Red #FC2F81
Tints of Violet Red #FC2F81
RGB
CMYK
RGB Variations
Color information
#FC2F81 (or 0xFC2F81) is known color: Violet Red. HEX triplet: FC, 2F and 81. RGB value is (252,47,129). Sum of RGB (Red+Green+Blue) = 252+47+129=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2F81 is #03D07E. Grayscale: #757575. Windows color (decimal): -249983 or 8466428. OLE color: 8466428.
HSL color Cylindrical-coordinate representation of color #FC2F81: hue angle of 336º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F81 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 129 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.01 |
| HSL | 336º | 0.97% | 0.59% | - |
| HSV(B) | 336º | 0.81% | 0.99% | - |
| XYZ | 45.12 | 24.31 | 23.08 | - |
| YUV | 117.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 129 | 0 | 0.81 | 0.49 | 0.01 | 336 | 0.97 | 0.59 |
| Hex | FC | 2F | 81 | 0 | 51 | 31 | 1 | 150 | 61 | 3B |
| Octal | 374 | 57 | 201 | 0 | 121 | 61 | 1 | 520 | 141 | 73 |
| Binary | 11111100 | 101111 | 10000001 | 0 | 1010001 | 110001 | 1 | 101010000 | 1100001 | 111011 |
Color Harmonies of #FC2F81
Complementary color
Monochromatic Colors of #FC2F81
Black with #FC2F81
Text Example
Text Example
White with #FC2F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F81; }
p { color: rgb(252,47,129); }
H1.HeaderClassName
{
color: #FC2F81;
}
.AnyTagClassName
{
color: #FC2F81;
}
</style>
background-color css
<style>
a { background-color: #FC2F81; }
a { background-color: rgb(252,47,129); }
div.DivClassName
{
background-color: #FC2F81;
}
.BgClassName
{
background-color: #FC2F81;
}
</style>
border-color css
<style>
span { border-color: #FC2F81; }
span { border-color: rgb(252,47,129); }
td.TdClassName
{
border-color: #FC2F81;
}
.TagClassName
{
border-color: #FC2F81;
}
</style>