#F54195

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

Shades of Violet Red #F54195

Tints of Violet Red #F54195

Color information

#F54195 (or 0xF54195) is unknown color: approx Violet Red. HEX triplet: F5, 41 and 95. RGB value is (245,65,149). Sum of RGB (Red+Green+Blue) = 245+65+149=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F54195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54195 is #0ABE6A. Grayscale: #808080. Windows color (decimal): -704107 or 9781749. OLE color: 9781749.

HSL color Cylindrical-coordinate representation of color #F54195: hue angle of 332º 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 #F54195 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24565149-
CMYK00.730.390.04
HSL332º90%60.78%-
HSV(B)332º73.47%96.08%-
XYZ44.9725.3630.96-
YUV128.4139.63211.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=53.38%
G=14.16%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456514900.730.390.043329060.78
HexF5419504927414c5a3d
Octal365101225011147451413275
Binary11110101100000110010101010010011001111001010011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54195; }

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

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

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

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

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

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

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

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