#FC4195

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

Shades of Violet Red #FC4195

Tints of Violet Red #FC4195

Color information

#FC4195 (or 0xFC4195) is unknown color: approx Violet Red. HEX triplet: FC, 41 and 95. RGB value is (252,65,149). Sum of RGB (Red+Green+Blue) = 252+65+149=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4195 is #03BE6A. Grayscale: #828282. Windows color (decimal): -245355 or 9781756. OLE color: 9781756.

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

Color convert

RGB25265149-
CMYK00.740.410.01
HSL333.05º96.89%62.16%-
HSV(B)333.05º74.21%98.82%-
XYZ47.4626.6531.08-
YUV130.49138.45214.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.08%
GREEN value IS 65 (25.78% from 255) = 13.95%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=54.08%
G=13.95%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526514900.740.410.01333.0596.8962.16
HexFC419504A29114d613e
Octal374101225011251151514176
Binary111111001000001100101010100101010100111010011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4195; }

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

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

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

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

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

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

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

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