#F64582

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

Shades of Violet Red #F64582

Tints of Violet Red #F64582

Color information

#F64582 (or 0xF64582) is unknown color: approx Violet Red. HEX triplet: F6, 45 and 82. RGB value is (246,69,130). Sum of RGB (Red+Green+Blue) = 246+69+130=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F64582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64582 is #09BA7D. Grayscale: #808080. Windows color (decimal): -637566 or 8537590. OLE color: 8537590.

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

Color convert

RGB24669130-
CMYK00.720.470.04
HSL339.32º90.77%61.76%-
HSV(B)339.32º71.95%96.47%-
XYZ44.1625.4623.71-
YUV128.88128.64211.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.28%
GREEN value IS 69 (27.34% from 255) = 15.51%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=55.28%
G=15.51%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466913000.720.470.04339.3290.7761.76
HexF645820482F41535b3e
Octal366105202011057452313376
Binary11110110100010110000010010010001011111001010100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64582; }

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

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

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

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

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

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

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

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