#F54593

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

Shades of Violet Red #F54593

Tints of Violet Red #F54593

Color information

#F54593 (or 0xF54593) is unknown color: approx Violet Red. HEX triplet: F5, 45 and 93. RGB value is (245,69,147). Sum of RGB (Red+Green+Blue) = 245+69+147=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F54593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54593 is #0ABA6C. Grayscale: #828282. Windows color (decimal): -703085 or 9651701. OLE color: 9651701.

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

Color convert

RGB24569147-
CMYK00.720.40.04
HSL333.41º89.8%61.57%-
HSV(B)333.41º71.84%96.08%-
XYZ45.0525.7830.2-
YUV130.52137.31209.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.15%
GREEN value IS 69 (27.34% from 255) = 14.97%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=53.15%
G=14.97%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456914700.720.40.04333.4189.861.57
HexF5459304828414d5a3e
Octal365105223011050451513276
Binary11110101100010110010011010010001010001001010011011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54593; }

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

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

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

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

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

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

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

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