#F64784

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

Shades of Violet Red #F64784

Tints of Violet Red #F64784

Color information

#F64784 (or 0xF64784) is unknown color: approx Violet Red. HEX triplet: F6, 47 and 84. RGB value is (246,71,132). Sum of RGB (Red+Green+Blue) = 246+71+132=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F64784 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64784 is #09B87B. Grayscale: #828282. Windows color (decimal): -637052 or 8669174. OLE color: 8669174.

HSL color Cylindrical-coordinate representation of color #F64784: hue angle of 339.09º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64784 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24671132-
CMYK00.710.460.04
HSL339.09º90.67%62.16%-
HSV(B)339.09º71.14%96.47%-
XYZ44.4225.7724.46-
YUV130.28128.98210.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 54.79%
GREEN value IS 71 (28.12% from 255) = 15.81%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=54.79%
G=15.81%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467113200.710.460.04339.0990.6762.16
HexF647840472E41535b3e
Octal366107204010756452313376
Binary11110110100011110000100010001111011101001010100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64784; }

 p { color: rgb(246,71,132); }

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

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

 a { background-color: rgb(246,71,132); }

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

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

 span { border-color: rgb(246,71,132); }

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