#F64379

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

Shades of Violet Red #F64379

Tints of Violet Red #F64379

Color information

#F64379 (or 0xF64379) is unknown color: approx Violet Red. HEX triplet: F6, 43 and 79. RGB value is (246,67,121). Sum of RGB (Red+Green+Blue) = 246+67+121=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F64379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64379 is #09BC86. Grayscale: #7E7E7E. Windows color (decimal): -638087 or 7947254. OLE color: 7947254.

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

Color convert

RGB24667121-
CMYK00.730.510.04
HSL341.9º90.86%61.37%-
HSV(B)341.9º72.76%96.47%-
XYZ43.4624.9920.62-
YUV126.68124.8213.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.68%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=56.68%
G=15.44%
B=27.88%

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
Decimal2466712100.730.510.04341.990.8661.37
HexF643790493341565b3d
Octal366103171011163452613375
Binary1111011010000111111001010010011100111001010101101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64379; }

 p { color: rgb(246,67,121); }

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

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

 a { background-color: rgb(246,67,121); }

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

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

 span { border-color: rgb(246,67,121); }

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