#F54189

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

Shades of Violet Red #F54189

Tints of Violet Red #F54189

Color information

#F54189 (or 0xF54189) is unknown color: approx Violet Red. HEX triplet: F5, 41 and 89. RGB value is (245,65,137). Sum of RGB (Red+Green+Blue) = 245+65+137=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F54189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54189 is #0ABE76. Grayscale: #7E7E7E. Windows color (decimal): -704119 or 8995317. OLE color: 8995317.

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

Color convert

RGB24565137-
CMYK00.730.440.04
HSL336º90%60.78%-
HSV(B)336º73.47%96.08%-
XYZ44.062526.17-
YUV127.03133.63212.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 65 (25.78% from 255) = 14.54%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=54.81%
G=14.54%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456513700.730.440.043369060.78
HexF541890492C41505a3d
Octal365101211011154452013275
Binary11110101100000110001001010010011011001001010100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54189; }

 p { color: rgb(245,65,137); }

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

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

 a { background-color: rgb(245,65,137); }

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

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

 span { border-color: rgb(245,65,137); }

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