#F54194

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

Shades of Violet Red #F54194

Tints of Violet Red #F54194

Color information

#F54194 (or 0xF54194) is unknown color: approx Violet Red. HEX triplet: F5, 41 and 94. RGB value is (245,65,148). Sum of RGB (Red+Green+Blue) = 245+65+148=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F54194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54194 is #0ABE6B. Grayscale: #808080. Windows color (decimal): -704108 or 9716213. OLE color: 9716213.

HSL color Cylindrical-coordinate representation of color #F54194: hue angle of 332.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54194 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB24565148-
CMYK00.730.400.04
HSL332.33º90%60.78%-
HSV(B)332.33º73.47%96.08%-
XYZ44.8925.3330.54-
YUV128.28139.13211.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.49%
GREEN value IS 65 (25.78% from 255) = 14.19%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=53.49%
G=14.19%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456514800.730.400.04332.339060.78
HexF5419404928414c5a3d
Octal365101224011150451413275
Binary11110101100000110010100010010011010001001010011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54194; }

 p { color: rgb(245,65,148); }

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

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

 a { background-color: rgb(245,65,148); }

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

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

 span { border-color: rgb(245,65,148); }

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