#FC4192

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

Shades of Violet Red #FC4192

Tints of Violet Red #FC4192

Color information

#FC4192 (or 0xFC4192) is unknown color: approx Violet Red. HEX triplet: FC, 41 and 92. RGB value is (252,65,146). Sum of RGB (Red+Green+Blue) = 252+65+146=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4192 is #03BE6D. Grayscale: #828282. Windows color (decimal): -245358 or 9585148. OLE color: 9585148.

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

Color convert

RGB25265146-
CMYK00.740.420.01
HSL334.01º96.89%62.16%-
HSV(B)334.01º74.21%98.82%-
XYZ47.2226.5529.83-
YUV130.15136.95214.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.43%
GREEN value IS 65 (25.78% from 255) = 14.04%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=54.43%
G=14.04%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526514600.740.420.01334.0196.8962.16
HexFC419204A2A114e613e
Octal374101222011252151614176
Binary111111001000001100100100100101010101011010011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4192; }

 p { color: rgb(252,65,146); }

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

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

 a { background-color: rgb(252,65,146); }

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

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

 span { border-color: rgb(252,65,146); }

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