#FC3F78

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

Shades of Violet Red #FC3F78

Tints of Violet Red #FC3F78

Color information

#FC3F78 (or 0xFC3F78) is unknown color: approx Violet Red. HEX triplet: FC, 3F and 78. RGB value is (252,63,120). Sum of RGB (Red+Green+Blue) = 252+63+120=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F78 is #03C087. Grayscale: #7D7D7D. Windows color (decimal): -245896 or 7880700. OLE color: 7880700.

HSL color Cylindrical-coordinate representation of color #FC3F78: hue angle of 341.9º 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 #FC3F78 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB25263120-
CMYK00.750.520.01
HSL341.9º96.92%61.76%-
HSV(B)341.9º75%98.82%-
XYZ45.3125.6120.32-
YUV126.01124.62217.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.93%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=57.93%
G=14.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526312000.750.520.01341.996.9261.76
HexFC3F7804B341156613e
Octal37477170011364152614176
Binary1111110011111111110000100101111010011010101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F78; }

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

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

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

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

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

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

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

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