#F54495

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

Shades of Violet Red #F54495

Tints of Violet Red #F54495

Color information

#F54495 (or 0xF54495) is unknown color: approx Violet Red. HEX triplet: F5, 44 and 95. RGB value is (245,68,149). Sum of RGB (Red+Green+Blue) = 245+68+149=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F54495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54495 is #0ABB6A. Grayscale: #828282. Windows color (decimal): -703339 or 9782517. OLE color: 9782517.

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

Color convert

RGB24568149-
CMYK00.720.390.04
HSL332.54º89.85%61.37%-
HSV(B)332.54º72.24%96.08%-
XYZ45.1525.7231.02-
YUV130.16138.64209.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=53.03%
G=14.72%
B=32.25%

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
Decimal2456814900.720.390.04332.5489.8561.37
HexF5449504827414d5a3d
Octal365104225011047451513275
Binary11110101100010010010101010010001001111001010011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54495; }

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

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

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

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

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

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

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

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