#F54179

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

Shades of Violet Red #F54179

Tints of Violet Red #F54179

Color information

#F54179 (or 0xF54179) is unknown color: approx Violet Red. HEX triplet: F5, 41 and 79. RGB value is (245,65,121). Sum of RGB (Red+Green+Blue) = 245+65+121=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F54179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54179 is #0ABE86. Grayscale: #7D7D7D. Windows color (decimal): -704135 or 7946741. OLE color: 7946741.

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

Color convert

RGB24565121-
CMYK00.730.510.04
HSL341.33º90%60.78%-
HSV(B)341.33º73.47%96.08%-
XYZ4324.5720.57-
YUV125.2125.63213.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.84%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=56.84%
G=15.08%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456512100.730.510.04341.339060.78
HexF541790493341555a3d
Octal365101171011163452513275
Binary1111010110000011111001010010011100111001010101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54179; }

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

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

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

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

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

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

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

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