#FC3F87

Color #FC3F87 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FC3F87

Tints of Violet Red #FC3F87

Color information

#FC3F87 (or 0xFC3F87) is unknown color: approx Violet Red. HEX triplet: FC, 3F and 87. RGB value is (252,63,135). Sum of RGB (Red+Green+Blue) = 252+63+135=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3F87 is #03C078. Grayscale: #7F7F7F. Windows color (decimal): -245881 or 8863740. OLE color: 8863740.

HSL color Cylindrical-coordinate representation of color #FC3F87: hue angle of 337.14º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3F87 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB25263135-
CMYK00.750.460.01
HSL337.14º96.92%61.76%-
HSV(B)337.14º75%98.82%-
XYZ46.32625.5-
YUV127.72132.12216.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 56%
GREEN value IS 63 (25% from 255) = 14%
BLUE value IS 135 (53.12% from 255) = 30%
R=56%
G=14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526313500.750.460.01337.1496.9261.76
HexFC3F8704B2E1151613e
Octal37477207011356152114176
Binary11111100111111100001110100101110111011010100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F87; }

 p { color: rgb(252,63,135); }

 H1.HeaderClassName
 {
   color: #FC3F87;
 }
 .AnyTagClassName
 {
   color: #FC3F87;
 }
</style>
background-color css

<style>
 a { background-color: #FC3F87; }

 a { background-color: rgb(252,63,135); }

 div.DivClassName
 {
   background-color: #FC3F87;
 }
 .BgClassName
 {
   background-color: #FC3F87;
 }
</style>
border-color css

<style>
 span { border-color: #FC3F87; }

 span { border-color: rgb(252,63,135); }

 td.TdClassName
 {
   border-color: #FC3F87;
 }
 .TagClassName
 {
   border-color: #FC3F87;
 }
</style>