#F64580

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

Shades of Violet Red #F64580

Tints of Violet Red #F64580

Color information

#F64580 (or 0xF64580) is unknown color: approx Violet Red. HEX triplet: F6, 45 and 80. RGB value is (246,69,128). Sum of RGB (Red+Green+Blue) = 246+69+128=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F64580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64580 is #09BA7F. Grayscale: #808080. Windows color (decimal): -637568 or 8406518. OLE color: 8406518.

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

Color convert

RGB24669128-
CMYK00.720.480.04
HSL340º90.77%61.76%-
HSV(B)340º71.95%96.47%-
XYZ44.0325.4123.01-
YUV128.65127.64211.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=55.53%
G=15.58%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466912800.720.480.0434090.7761.76
HexF645800483041545b3e
Octal366105200011060452413376
Binary11110110100010110000000010010001100001001010101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64580; }

 p { color: rgb(246,69,128); }

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

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

 a { background-color: rgb(246,69,128); }

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

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

 span { border-color: rgb(246,69,128); }

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