#F54579

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

Shades of Violet Red #F54579

Tints of Violet Red #F54579

Color information

#F54579 (or 0xF54579) is unknown color: approx Violet Red. HEX triplet: F5, 45 and 79. RGB value is (245,69,121). Sum of RGB (Red+Green+Blue) = 245+69+121=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F54579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54579 is #0ABA86. Grayscale: #7F7F7F. Windows color (decimal): -703111 or 7947765. OLE color: 7947765.

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

Color convert

RGB24569121-
CMYK00.720.510.04
HSL342.27º89.8%61.57%-
HSV(B)342.27º71.84%96.08%-
XYZ43.2425.0520.65-
YUV127.55124.31211.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.32%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=56.32%
G=15.86%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456912100.720.510.04342.2789.861.57
HexF545790483341565a3e
Octal365105171011063452613276
Binary1111010110001011111001010010001100111001010101101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54579; }

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

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

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

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

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

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

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

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