#F54296

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

Shades of Violet Red #F54296

Tints of Violet Red #F54296

Color information

#F54296 (or 0xF54296) is unknown color: approx Violet Red. HEX triplet: F5, 42 and 96. RGB value is (245,66,150). Sum of RGB (Red+Green+Blue) = 245+66+150=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F54296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54296 is #0ABD69. Grayscale: #808080. Windows color (decimal): -703850 or 9847541. OLE color: 9847541.

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

Color convert

RGB24566150-
CMYK00.730.390.04
HSL331.84º89.95%60.98%-
HSV(B)331.84º73.06%96.08%-
XYZ45.1125.5131.4-
YUV129.1139.8210.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.15%
GREEN value IS 66 (26.17% from 255) = 14.32%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=53.15%
G=14.32%
B=32.54%

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
Decimal2456615000.730.390.04331.8489.9560.98
HexF5429604927414c5a3d
Octal365102226011147451413275
Binary11110101100001010010110010010011001111001010011001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54296; }

 p { color: rgb(245,66,150); }

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

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

 a { background-color: rgb(245,66,150); }

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

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

 span { border-color: rgb(245,66,150); }

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