#F54596

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

Shades of Violet Red #F54596

Tints of Violet Red #F54596

Color information

#F54596 (or 0xF54596) is unknown color: approx Violet Red. HEX triplet: F5, 45 and 96. RGB value is (245,69,150). Sum of RGB (Red+Green+Blue) = 245+69+150=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F54596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54596 is #0ABA69. Grayscale: #828282. Windows color (decimal): -703082 or 9848309. OLE color: 9848309.

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

Color convert

RGB24569150-
CMYK00.720.390.04
HSL332.39º89.8%61.57%-
HSV(B)332.39º71.84%96.08%-
XYZ45.2925.8731.46-
YUV130.86138.81209.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.80%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=52.80%
G=14.87%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456915000.720.390.04332.3989.861.57
HexF5459604827414c5a3e
Octal365105226011047451413276
Binary11110101100010110010110010010001001111001010011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54596; }

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

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

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

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

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

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

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

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