#F54493

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

Shades of Violet Red #F54493

Tints of Violet Red #F54493

Color information

#F54493 (or 0xF54493) is unknown color: approx Violet Red. HEX triplet: F5, 44 and 93. RGB value is (245,68,147). Sum of RGB (Red+Green+Blue) = 245+68+147=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F54493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54493 is #0ABB6C. Grayscale: #818181. Windows color (decimal): -703341 or 9651445. OLE color: 9651445.

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

Color convert

RGB24568147-
CMYK00.720.40.04
HSL333.22º89.85%61.37%-
HSV(B)333.22º72.24%96.08%-
XYZ44.9925.6530.18-
YUV129.93137.64210.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.26%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=53.26%
G=14.78%
B=31.96%

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
Decimal2456814700.720.40.04333.2289.8561.37
HexF5449304828414d5a3d
Octal365104223011050451513275
Binary11110101100010010010011010010001010001001010011011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54493; }

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

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

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

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

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

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

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

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