#FC3F79

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

Shades of Violet Red #FC3F79

Tints of Violet Red #FC3F79

Color information

#FC3F79 (or 0xFC3F79) is unknown color: approx Violet Red. HEX triplet: FC, 3F and 79. RGB value is (252,63,121). Sum of RGB (Red+Green+Blue) = 252+63+121=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3F79 is #03C086. Grayscale: #7E7E7E. Windows color (decimal): -245895 or 7946236. OLE color: 7946236.

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

Color convert

RGB25263121-
CMYK00.750.520.01
HSL341.59º96.92%61.76%-
HSV(B)341.59º75%98.82%-
XYZ45.3725.6320.64-
YUV126.12125.12217.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.80%
GREEN value IS 63 (25% from 255) = 14.45%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=57.80%
G=14.45%
B=27.75%

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
Decimal2526312100.750.520.01341.5996.9261.76
HexFC3F7904B341156613e
Octal37477171011364152614176
Binary1111110011111111110010100101111010011010101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3F79; }

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

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

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

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

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

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

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

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