#F640A4

Color #F640A4 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F640A4

Tints of Wild Strawberry #F640A4

Color information

#F640A4 (or 0xF640A4) is unknown color: approx Wild Strawberry. HEX triplet: F6, 40 and A4. RGB value is (246,64,164). Sum of RGB (Red+Green+Blue) = 246+64+164=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F640A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640A4 is #09BF5B. Grayscale: #818181. Windows color (decimal): -638812 or 10764534. OLE color: 10764534.

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

Color convert

RGB24664164-
CMYK00.740.330.04
HSL327.03º91%60.78%-
HSV(B)327.03º73.98%96.47%-
XYZ46.5425.9437.68-
YUV129.82147.3210.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.90%
GREEN value IS 64 (25.39% from 255) = 13.50%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=51.90%
G=13.50%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2466416400.740.330.04327.039160.78
HexF640A404A2141475b3d
Octal366100244011241450713375
Binary11110110100000010100100010010101000011001010001111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F640A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F640A4; }

 p { color: rgb(246,64,164); }

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

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

 a { background-color: rgb(246,64,164); }

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

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

 span { border-color: rgb(246,64,164); }

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